diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-30 01:06:54 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-30 01:06:54 -0800 |
commit | 2bd05740a2a9bfa9aed38c2bcebbd42eabc9e90b (patch) | |
tree | d0ce7d2a6720a4e9d584a66e2b07553ea64d82b1 | |
parent | 334023befb5eb638592a73bc185173ba2f393cfc (diff) | |
download | emacs-2bd05740a2a9bfa9aed38c2bcebbd42eabc9e90b.tar.gz emacs-2bd05740a2a9bfa9aed38c2bcebbd42eabc9e90b.tar.bz2 emacs-2bd05740a2a9bfa9aed38c2bcebbd42eabc9e90b.zip |
* etc/NEWS: Edit view-buffer entry.
See http://debbugs.gnu.org/10650
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -999,9 +999,12 @@ of the header line. ** A backquote not followed by a space is now always treated as new-style. -** Test for special mode-class was moved from view-file to view-buffer. -FIXME: This only says what was changed, but not what are the -programmer-visible consequences. +--- +** View mode's test for a special mode-class is now in view-buffer. +So now this command respects special modes too - previously only +view-file did. Note that commands such as view-file-other-frame still +do not respect this feature - this inconsistency should probably be +fixed in a future release. ** Passing a nil argument to a minor mode function now turns the mode ON unconditionally. |