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 10fcb7e3fd4..9c416ae7070 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1213,10 +1213,13 @@ symbol-function was changed not to signal `void-function' any more.
1213+++ 1213+++
1214*** As a consequence, the second arg of `indirect-function' is now obsolete. 1214*** As a consequence, the second arg of `indirect-function' is now obsolete.
1215 1215
1216+++
1216** Comint, term, and compile do not set the EMACS env var any more. 1217** Comint, term, and compile do not set the EMACS env var any more.
1217Use the INSIDE_EMACS environment variable instead. 1218Use the INSIDE_EMACS environment variable instead.
1218 1219
1220+++
1219** `save-excursion' does not save&restore the mark any more. 1221** `save-excursion' does not save&restore the mark any more.
1222Use `save-mark-and-excursion' if you want the old behavior.
1220 1223
1221** read-buffer-function can now be called with a 4th argument (`predicate'). 1224** read-buffer-function can now be called with a 4th argument (`predicate').
1222 1225