aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-06-16 10:10:02 -0400
committerStefan Monnier2010-06-16 10:10:02 -0400
commit288cf4e907c0350eb24824016763bddd09df8ea8 (patch)
tree978fd54e4b72862498b9ee480e5806fbba7ad294 /etc
parent30d7ac37e5899f928c9efc045b53232a4379d53b (diff)
downloademacs-288cf4e907c0350eb24824016763bddd09df8ea8.tar.gz
emacs-288cf4e907c0350eb24824016763bddd09df8ea8.zip
* src/lread.c (read1): Phase out old-style backquotes a bit more.
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 60de0a286f3..b881edfb3b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -257,7 +257,11 @@ Notifications API. It requires D-Bus for communication.
257 257
258* Incompatible Lisp Changes in Emacs 24.1 258* Incompatible Lisp Changes in Emacs 24.1
259 259
260** A backquote not followed by a space is now always treated as new-style.
261
260** Test for special mode-class was moved from view-file to view-buffer. 262** Test for special mode-class was moved from view-file to view-buffer.
263FIXME: This only says what was changed, but not what are the
264programmer-visible consequences.
261 265
262** Passing a nil argument to a minor mode function now turns the mode 266** Passing a nil argument to a minor mode function now turns the mode
263 ON unconditionally. 267 ON unconditionally.