diff options
| author | Tassilo Horn | 2009-01-28 20:33:44 +0000 |
|---|---|---|
| committer | Tassilo Horn | 2009-01-28 20:33:44 +0000 |
| commit | 856997723b8fb75e10aafebfb2c170b291bfe881 (patch) | |
| tree | a186b63f20b56b1be02ee208df2876ce4a470ccc /lisp/ChangeLog | |
| parent | 40077a525feeed248f54e99d42b57272fed6dc5e (diff) | |
| download | emacs-856997723b8fb75e10aafebfb2c170b291bfe881.tar.gz emacs-856997723b8fb75e10aafebfb2c170b291bfe881.zip | |
(doc-view-mode): Don't use string-match and file
extension to choose fallback mode on empty/non-existing files but
let-bind auto-mode-alist and call normal-mode.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47aaa51deb6..049e10dbe7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-01-28 Tassilo Horn <tassilo@member.fsf.org> | ||
| 2 | |||
| 3 | * doc-view.el (doc-view-mode): Don't use string-match and file | ||
| 4 | extension to choose fallback mode on empty/non-existing files but | ||
| 5 | let-bind auto-mode-alist and call normal-mode. | ||
| 6 | |||
| 1 | 2009-01-28 Eli Zaretskii <eliz@gnu.org> | 7 | 2009-01-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * ls-lisp.el (ls-lisp-classify): Propertize file name before | 9 | * ls-lisp.el (ls-lisp-classify): Propertize file name before |