aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-10-07 03:05:14 +0000
committerStefan Monnier2000-10-07 03:05:14 +0000
commit9ee45b2cc114ab555e45d9f030747b9c7e5a7a89 (patch)
tree027a11e02e15bf7bc613c26da07a30cc6a0708b7 /lisp/ChangeLog
parent56cc166567530679ca611a3b76dd6a33e1d90f11 (diff)
downloademacs-9ee45b2cc114ab555e45d9f030747b9c7e5a7a89.tar.gz
emacs-9ee45b2cc114ab555e45d9f030747b9c7e5a7a89.zip
(set-auto-mode): Ignore unknown -*- mode -*- rather than
raise an error. This way it can still defaults to a sane value.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5ef7457d88b..72e2fb27d15 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-10-06 Stefan Monnier <monnier@cs.yale.edu> 12000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4 raise an error. This way it can still defaults to a sane value.
5
3 * startup.el (fancy-splash-screens): Use local rather than global map. 6 * startup.el (fancy-splash-screens): Use local rather than global map.
4 Don't use `update-menu-bindings' any more. 7 Don't use `update-menu-bindings' any more.
5 Get rid of assumptions about keymap representation. 8 Get rid of assumptions about keymap representation.
@@ -38,8 +41,8 @@
38 (tex-font-lock-keywords-1): Remove. 41 (tex-font-lock-keywords-1): Remove.
39 (font-lock-turn-on-thing-lock): Use jit-lock-register. 42 (font-lock-turn-on-thing-lock): Use jit-lock-register.
40 (font-lock-turn-off-thing-lock): Use jit-lock-unregister. 43 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
41 (font-lock-default-fontify-region): Expand beg..end correctly 44 (font-lock-default-fontify-region):
42 when just following a multiline region. 45 Expand beg..end correctly when just following a multiline region.
43 (font-lock-fontify-anchored-keywords): 46 (font-lock-fontify-anchored-keywords):
44 Include the anchor text as part of the multiline. 47 Include the anchor text as part of the multiline.
45 48