# HG changeset patch # User Stefan Monnier # Date 970887914 0 # Node ID b608b3042a8d1addcbe2241559198088e508a9b2 # Parent f2a40beeddaa20c2db5bd94f65dbc0b6a1afc75a *** empty log message *** diff -r f2a40beeddaa -r b608b3042a8d lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 07 03:04:02 2000 +0000 +++ b/lisp/ChangeLog Sat Oct 07 03:05:14 2000 +0000 @@ -1,5 +1,8 @@ 2000-10-06 Stefan Monnier + * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than + raise an error. This way it can still defaults to a sane value. + * startup.el (fancy-splash-screens): Use local rather than global map. Don't use `update-menu-bindings' any more. Get rid of assumptions about keymap representation. @@ -38,8 +41,8 @@ (tex-font-lock-keywords-1): Remove. (font-lock-turn-on-thing-lock): Use jit-lock-register. (font-lock-turn-off-thing-lock): Use jit-lock-unregister. - (font-lock-default-fontify-region): Expand beg..end correctly - when just following a multiline region. + (font-lock-default-fontify-region): + Expand beg..end correctly when just following a multiline region. (font-lock-fontify-anchored-keywords): Include the anchor text as part of the multiline.