aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb8bcd6cb56..177f91066ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,11 @@ so we will look at it and add it to the manual.
28* Changes in Specialized Modes and Packages in Emacs 24.4 28* Changes in Specialized Modes and Packages in Emacs 24.4
29* New Modes and Packages in Emacs 24.4 29* New Modes and Packages in Emacs 24.4
30* Incompatible Lisp Changes in Emacs 24.4 30* Incompatible Lisp Changes in Emacs 24.4
31
32** `dolist' in lexical-binding mode does not bind VAR in RESULT any more.
33VAR was bound to nil which was not tremendously useful and just lead to
34spurious warnings about an unused var.
35
31* Lisp changes in Emacs 24.4 36* Lisp changes in Emacs 24.4
32 37
33** Docstrings can be made dynamic by adding a `dynamic-docstring-function' 38** Docstrings can be made dynamic by adding a `dynamic-docstring-function'