]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Comint and compile no longer set EMACS
[gnu-emacs] / etc / NEWS
index 95265882ec3e2a68226f7130b16d8817b5dd8264..78d725bddf28cc670fe61e8ba6792dc995f6946a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1398,8 +1398,10 @@ symbol-function was changed not to signal 'void-function' any more.
 *** As a consequence, the second arg of 'indirect-function' is now obsolete.
 
 +++
-** Although comint, term, and compile still set the EMACS variable,
-this is now considered deprecated and will be removed in a future release.
+** M-x shell and M-x compile no longer set the EMACS environment variable.
+This avoids clashing when other programs use the variable for other purposes.
+Although M-x term still sets EMACS for compatibility with Bash 4.3 and earlier,
+this is deprecated and will be phased out when Bash 4.4 or later takes over.
 Use the INSIDE_EMACS environment variable instead.
 
 +++