Mercurial > emacs
changeset 83801:3ef554452c8a
$TERM is now set to dumb.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 31 Aug 2007 07:00:18 +0000 |
parents | 0505ccaa9eba |
children | 4b264c073ca8 |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Aug 31 06:57:25 2007 +0000 +++ b/etc/NEWS Fri Aug 31 07:00:18 2007 +0000 @@ -212,6 +212,9 @@ ** 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.