etc/NEWS: Add missing entry for "Stop messing with the EMACS env var"

This commit is contained in:
Stefan Monnier 2015-04-09 14:45:42 -04:00
parent e33866134e
commit 011cc843ea

View file

@ -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').