aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTassilo Horn2009-01-28 20:33:44 +0000
committerTassilo Horn2009-01-28 20:33:44 +0000
commit856997723b8fb75e10aafebfb2c170b291bfe881 (patch)
treea186b63f20b56b1be02ee208df2876ce4a470ccc /lisp/ChangeLog
parent40077a525feeed248f54e99d42b57272fed6dc5e (diff)
downloademacs-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/ChangeLog6
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 @@
12009-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
12009-01-28 Eli Zaretskii <eliz@gnu.org> 72009-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