aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-08-31 07:00:18 +0000
committerStefan Monnier2007-08-31 07:00:18 +0000
commitb12f6e85a068462962d1bf012260e2b55aabd4e7 (patch)
treef61eb1cee0d296ba9600b755ffbdfb18e324276a
parentfdb884632b37cb99031abd82663f28c3c48aec86 (diff)
downloademacs-b12f6e85a068462962d1bf012260e2b55aabd4e7.tar.gz
emacs-b12f6e85a068462962d1bf012260e2b55aabd4e7.zip
$TERM is now set to dumb.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c7beeec2b2f..272ff414ac8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -212,6 +212,9 @@ supported on other platforms, but not on Windows due to using the winsock
212 212
213** Changes related to multiple tty support. 213** Changes related to multiple tty support.
214 214
215*** $TERM is now set to `dumb' for subprocesses. If you want to know the
216$TERM inherited by Emacs you will have to look inside initial-environment.
217
215*** The `window-system' variable has been made frame-local. The new 218*** The `window-system' variable has been made frame-local. The new
216`initial-window-system' variable contains the `window-system' value 219`initial-window-system' variable contains the `window-system' value
217for the first frame. 220for the first frame.