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