From: Stefan Monnier Date: Tue, 18 Jul 2006 21:03:59 +0000 (+0000) Subject: (sh-font-lock-keywords-1): Revert inadvertently installed patch hunk. X-Git-Tag: emacs-pretest-22.0.90~1343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6b71045505c0a3b941f75f2ae481a463f8b86c3;p=emacs.git (sh-font-lock-keywords-1): Revert inadvertently installed patch hunk. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 885ffca4f24..079e012d15f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-07-18 Stefan Monnier + * 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. diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 48b34a99311..d69229780b6 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1561,7 +1561,7 @@ This adds rules for comments and assignments." (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)