diff etc/NEWS @ 107897:1721e4658521

Test for special mode-class in view-buffer instead of view-file (bug#5513). * view.el (view-file, view-buffer): Move test for special mode-class from view-file to view-buffer. * tar-mode.el (tar-extract): Turn if's into one cond like in arc-mode.el.
author Juri Linkov <juri@jurta.org>
date Mon, 19 Apr 2010 02:49:58 +0300
parents f9390ec51de5
children 17d3324f96dd
line wrap: on
line diff
--- a/etc/NEWS	Mon Apr 19 02:08:52 2010 +0300
+++ b/etc/NEWS	Mon Apr 19 02:49:58 2010 +0300
@@ -148,6 +148,8 @@
 
 * Incompatible Lisp Changes in Emacs 24.1
 
+** Test for special mode-class was moved from view-file to view-buffer.
+
 ** Passing a nil argument to a minor mode function now turns the mode
    ON unconditionally.