diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-06 22:06:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-06 22:06:28 +0000 |
commit | 596d02bc1b2078ed61c83cf1c1db0ddabd179755 (patch) | |
tree | d0337eae524f595f42f147f484cd990b304f5700 /etc | |
parent | bb230153f255cbc8dd908e99a5471fa99f99b8f7 (diff) | |
download | emacs-596d02bc1b2078ed61c83cf1c1db0ddabd179755.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -771,6 +771,11 @@ supported, but new code should use the new functions. ** New function minibuffer-selected-window. +** File local variables. + +A file local variables list cannot specify a string with text +properties--any specified text properties are discarded. + +++ *** The meanings of scroll-up-aggressively and scroll-down-aggressively have been interchanged, so that the former now controls scrolling up, @@ -816,6 +821,9 @@ for color support on character terminal frames. Its value can be a number of colors to support, or a symbol. See the Emacs Lisp Reference manual for more detailed documentation. +** Mode line display ignores text properties in the value +of a variable whose `risky-local-variables' property is nil. + ** Already true in Emacs 21.1, but not emphasized clearly enough: Multibyte buffers can now faithfully record all 256 character codes |