# HG changeset patch # User Stefan Monnier # Date 984163820 0 # Node ID 1a49c651ad21e0f9e23594964fdc6454833032ca # Parent 19e4df2dab5676483a8069aba41a0986d139ea18 *** empty log message *** diff -r 19e4df2dab56 -r 1a49c651ad21 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 09 18:43:47 2001 +0000 +++ b/lisp/ChangeLog Fri Mar 09 18:50:20 2001 +0000 @@ -1,8 +1,8 @@ 2001-03-09 Gerd Moellmann * help.el (string-key-binding): Renamed from - mode-line-key-binding. Handle any event on a string. Check for - `keymap' properties as well as `local-map' properties. + mode-line-key-binding. Handle any event on a string. + Check for `keymap' properties as well as `local-map' properties. * comint.el (comint-insert-clicked-input): Use the last key from this-command-keys to lookup the global key definition. @@ -24,6 +24,13 @@ * window.el (shrink-window-if-larger-than-buffer): Handle frame parameter `(minibuffer . t)'. +2001-03-07 Stefan Monnier + + * progmodes/sh-script.el (sh-st-symbol): New symbol. + (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp. + (sh-mode): Remove `make-local-variable' for unused var + `font-lock-unfontify-region-function'. + 2001-03-07 Richard M. Stallman * info.el (Info-scroll-down): Fix previous change.