diff lisp/ChangeLog @ 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 6eae3bc10330
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 19 02:08:52 2010 +0300
+++ b/lisp/ChangeLog	Mon Apr 19 02:49:58 2010 +0300
@@ -1,3 +1,13 @@
+2010-04-18  Juri Linkov  <juri@jurta.org>
+
+	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.
+
 2010-04-18  Juri Linkov  <juri@jurta.org>
 
 	Add 7z archive format support (bug#5475).