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 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.