]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Reword view-buffer entry.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jan 2012 09:15:54 +0000 (01:15 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jan 2012 09:15:54 +0000 (01:15 -0800)
etc/NEWS

index de0d370bfa3b23363d61eb45e7173567e257ccea..3635b560b1fbe908f015a52ccf9083de513ac887 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1000,11 +1000,9 @@ of the header line.
 ** A backquote not followed by a space is now always treated as new-style.
 
 ---
-** 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.
+** view-buffer now treats special mode-class in the same way that
+view-file has since Emacs 22 (ie, it won't enable View mode if the
+major-mode is special).
 
 ** Passing a nil argument to a minor mode function now turns the mode
 ON unconditionally.