Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
107896:f9390ec51de5 | 107897:1721e4658521 |
---|---|
1 2010-04-18 Juri Linkov <juri@jurta.org> | |
2 | |
3 Test for special mode-class in view-buffer instead of view-file (bug#5513). | |
4 | |
5 * view.el (view-file, view-buffer): Move test for special mode-class | |
6 from view-file to view-buffer. | |
7 | |
8 * tar-mode.el (tar-extract): Turn if's into one cond | |
9 like in arc-mode.el. | |
10 | |
1 2010-04-18 Juri Linkov <juri@jurta.org> | 11 2010-04-18 Juri Linkov <juri@jurta.org> |
2 | 12 |
3 Add 7z archive format support (bug#5475). | 13 Add 7z archive format support (bug#5475). |
4 | 14 |
5 * arc-mode.el (archive-zip-extract): Try to find 7z executable. | 15 * arc-mode.el (archive-zip-extract): Try to find 7z executable. |