]> git.eshelyaron.com Git - emacs.git/commitdiff
Addition of INSIDE_EMACS, and deprecation of EMACS.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 20:58:52 +0000 (20:58 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 18 Nov 2006 20:58:52 +0000 (20:58 +0000)
etc/NEWS

index eb2532c18dab0b0ca2e1b42d2d7bf1ad0db63eed..3730a489dc06ced6db9b1dc056a4a20921690fe5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1455,8 +1455,11 @@ otherwise behaves quite similarly to the bash version.
 but declared obsolete.
 
 +++
-*** The EMACS environment variable now defaults to Emacs's absolute
-file name, instead of to "t".
+*** The new INSIDE_EMACS environment variable is set to "t" in
+subshells running inside Emacs.  This supersedes the EMACS environment
+variable, which will be removed in a future Emacs release.  Programs
+that need to know whether they are started inside Emacs should check
+INSIDE_EMACS instead of EMACS.
 
 ** M-x Compile changes: