diff options
| author | Stefan Monnier | 2012-12-20 09:03:34 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-12-20 09:03:34 -0500 |
| commit | e02230bf34f6ab62c5a13cff796cd75b2b348412 (patch) | |
| tree | a53c5586d552e7af75332c36877430bd0426211c /etc | |
| parent | 006faa4118a335844583d73d9fbd2a844e908b2f (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 160 | More specifically, the redisplay does not bother to check for a frame-local | ||
| 161 | value 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. |