]> git.eshelyaron.com Git - emacs.git/commitdiff
etc/NEWS: Add missing entry for "Stop messing with the EMACS env var"
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 9 Apr 2015 18:45:42 +0000 (14:45 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 9 Apr 2015 18:45:42 +0000 (14:45 -0400)
etc/NEWS

index 0332fc50960eb354ac278f933f343739bd361d4c..80c664fc0cee86b91e7db335d90b46bfcccdd9c2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -627,6 +627,9 @@ a typographically-correct documents.
 \f
 * Incompatible Lisp Changes in Emacs 25.1
 
+** Comint, term, and compile do not set the EMACS env var any more.
+Use the INSIDE_EMACS environment variable instead.
+
 ** `save-excursion' does not save&restore the mark any more.
 
 ** read-buffer-function can now be called with a 4th argument (`predicate').