From c6b71045505c0a3b941f75f2ae481a463f8b86c3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 18 Jul 2006 21:03:59 +0000 Subject: [PATCH] (sh-font-lock-keywords-1): Revert inadvertently installed patch hunk. --- lisp/ChangeLog | 3 +++ lisp/progmodes/sh-script.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2