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 aba06a66bde..6d97e9a5772 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -156,6 +156,10 @@ It is layered as:
156 156
157* Incompatible Lisp Changes in Emacs 24.4 157* Incompatible Lisp Changes in Emacs 24.4
158 158
159** frame-local variables that affect redisplay do not work any more.
160More specifically, the redisplay does not bother to check for a frame-local
161value when looking up variables.
162
159** nil and "unbound" are indistinguishable in symbol-function. 163** nil and "unbound" are indistinguishable in symbol-function.
160`symbol-function' never signals `void-function' any more. 164`symbol-function' never signals `void-function' any more.
161`fboundp' returns non-nil if the symbol was `fset' to nil. 165`fboundp' returns non-nil if the symbol was `fset' to nil.