# HG changeset patch # User Stefan Monnier # Date 1188543618 0 # Node ID 3ef554452c8aca572164c0d0020003b96fc583e2 # Parent 0505ccaa9eba2c579774ab2fe46cdbb87f0e1d24 $TERM is now set to dumb. diff -r 0505ccaa9eba -r 3ef554452c8a etc/NEWS --- 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.