aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.
627 627
628* Incompatible Lisp Changes in Emacs 25.1 628* Incompatible Lisp Changes in Emacs 25.1
629 629
630** Comint, term, and compile do not set the EMACS env var any more.
631Use the INSIDE_EMACS environment variable instead.
632
630** `save-excursion' does not save&restore the mark any more. 633** `save-excursion' does not save&restore the mark any more.
631 634
632** read-buffer-function can now be called with a 4th argument (`predicate'). 635** read-buffer-function can now be called with a 4th argument (`predicate').