aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2012-12-20 09:03:34 -0500
committerStefan Monnier2012-12-20 09:03:34 -0500
commite02230bf34f6ab62c5a13cff796cd75b2b348412 (patch)
treea53c5586d552e7af75332c36877430bd0426211c /etc
parent006faa4118a335844583d73d9fbd2a844e908b2f (diff)
downloademacs-e02230bf34f6ab62c5a13cff796cd75b2b348412.tar.gz
emacs-e02230bf34f6ab62c5a13cff796cd75b2b348412.zip
* src/xdisp.c (select_frame_for_redisplay, ensure_selected_frame): Remove.
(redisplay_internal): Don't bother selecting the frame to get the proper value of frame-local variables.
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.