Mercurial > emacs
changeset 72006:f483b68fd89b
(sh-font-lock-keywords-1): Revert inadvertently installed patch hunk.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 18 Jul 2006 21:03:59 +0000 |
parents | da0099bc0ba4 |
children | 275062ad7561 |
files | lisp/ChangeLog lisp/progmodes/sh-script.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 18 16:33:45 2006 +0000 +++ b/lisp/ChangeLog Tue Jul 18 21:03:59 2006 +0000 @@ -1,5 +1,8 @@ 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/sh-script.el (sh-font-lock-keywords-1): + Revert inadvertently installed patch hunk. + * progmodes/compile.el (compilation-find-file): Handle the cases where the user selects a non-existent file.
--- a/lisp/progmodes/sh-script.el Tue Jul 18 16:33:45 2006 +0000 +++ b/lisp/progmodes/sh-script.el Tue Jul 18 21:03:59 2006 +0000 @@ -1561,7 +1561,7 @@ (regexp-opt (sh-feature sh-builtins) t) "\\>") (2 font-lock-keyword-face nil t) - (4 font-lock-builtin-face)) + (6 font-lock-builtin-face)) ,@(sh-feature sh-font-lock-keywords-var-2))) (,(concat keywords "\\)\\>") 2 font-lock-keyword-face)