From: Stefan Monnier Date: Thu, 9 Apr 2015 18:45:42 +0000 (-0400) Subject: etc/NEWS: Add missing entry for "Stop messing with the EMACS env var" X-Git-Tag: emacs-25.0.90~2512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=011cc843ea00bd48ddae0b09854fa060f7f12ea3;p=emacs.git etc/NEWS: Add missing entry for "Stop messing with the EMACS env var" --- diff --git a/etc/NEWS b/etc/NEWS index 0332fc50960..80c664fc0ce 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -627,6 +627,9 @@ a typographically-correct documents. * 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').