aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eb2532c18da..3730a489dc0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1455,8 +1455,11 @@ otherwise behaves quite similarly to the bash version.
1455but declared obsolete. 1455but declared obsolete.
1456 1456
1457+++ 1457+++
1458*** The EMACS environment variable now defaults to Emacs's absolute 1458*** The new INSIDE_EMACS environment variable is set to "t" in
1459file name, instead of to "t". 1459subshells running inside Emacs. This supersedes the EMACS environment
1460variable, which will be removed in a future Emacs release. Programs
1461that need to know whether they are started inside Emacs should check
1462INSIDE_EMACS instead of EMACS.
1460 1463
1461** M-x Compile changes: 1464** M-x Compile changes:
1462 1465