aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-08-31 07:00:18 +0000
committerStefan Monnier <[email protected]>2007-08-31 07:00:18 +0000
commitb12f6e85a068462962d1bf012260e2b55aabd4e7 (patch)
treef61eb1cee0d296ba9600b755ffbdfb18e324276a /etc
parentfdb884632b37cb99031abd82663f28c3c48aec86 (diff)
$TERM is now set to dumb.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7beeec2b2..272ff414ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -212,6 +212,9 @@ supported on other platforms, but not on Windows due to using the winsock
** Changes related to multiple tty support.
+*** $TERM is now set to `dumb' for subprocesses. If you want to know the
+$TERM inherited by Emacs you will have to look inside initial-environment.
+
*** The `window-system' variable has been made frame-local. The new
`initial-window-system' variable contains the `window-system' value
for the first frame.