From: Eli Zaretskii Date: Tue, 12 Jan 2016 18:46:56 +0000 (+0200) Subject: ; * etc/NEWS: Mark a couple of entries that are already documented. X-Git-Tag: emacs-25.0.90~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=792d469d698966e99435d60b4c2136302a171ded;p=emacs.git ; * etc/NEWS: Mark a couple of entries that are already documented. --- diff --git a/etc/NEWS b/etc/NEWS index 10fcb7e3fd4..9c416ae7070 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1213,10 +1213,13 @@ symbol-function was changed not to signal `void-function' any more. +++ *** As a consequence, the second arg of `indirect-function' is now obsolete. ++++ ** 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. +Use `save-mark-and-excursion' if you want the old behavior. ** read-buffer-function can now be called with a 4th argument (`predicate').