aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 12b98fa989d..8c4fb63fbd4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1676,6 +1676,10 @@ behavior, set `diff-switches' to `-c'.
1676dynamically. Any third-party code that changes these templates should 1676dynamically. Any third-party code that changes these templates should
1677be updated accordingly. 1677be updated accordingly.
1678 1678
1679** The grep/rgrep/lgrep functions will now ask about saving files
1680before running. This is controlled by the `grep-save-buffers'
1681variable.
1682
1679+++ 1683+++
1680** ‘(/ N)’ is now equivalent to ‘(/ 1 N)’ rather than to ‘(/ N 1)’. 1684** ‘(/ N)’ is now equivalent to ‘(/ 1 N)’ rather than to ‘(/ N 1)’.
1681The new behavior is compatible with Common Lisp and with XEmacs. 1685The new behavior is compatible with Common Lisp and with XEmacs.