aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-16 15:44:39 +0000
committerEli Zaretskii2005-12-16 15:44:39 +0000
commitec6328a24a5b7e1fb3e307b276dc8ed07f2f3816 (patch)
treedf5d6a0bf5d4b25e9129fbae47d8e56d4dc0501c /lisp/ChangeLog
parent812a8ed127c914ca3397b01d0ba3e2384cc20770 (diff)
downloademacs-ec6328a24a5b7e1fb3e307b276dc8ed07f2f3816.tar.gz
emacs-ec6328a24a5b7e1fb3e307b276dc8ed07f2f3816.zip
(set-auto-mode): If search for mode specification failed, look for an
interpreter specified on the first line.
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 4fa3538b30e..a442970132a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-12-16 Klaus Zeitler <kzeitler@lucent.com>
2
3 * files.el (set-auto-mode): Look for an interpreter specified on
4 the first line also if search for mode specification succeeded,
5 but the mode is not known.
6
12005-12-16 Carsten Dominik <dominik@science.uva.nl> 72005-12-16 Carsten Dominik <dominik@science.uva.nl>
2 8
3 * textmodes/org.el: (org-tags-match-list-sublevels): New option. 9 * textmodes/org.el: (org-tags-match-list-sublevels): New option.