]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-font-lock-keywords-1): Revert inadvertently installed patch hunk.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jul 2006 21:03:59 +0000 (21:03 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jul 2006 21:03:59 +0000 (21:03 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 885ffca4f24b5bef6edc8d5bb0638a9f9401bc2a..079e012d15f8248e3f999587f55b3841456227d9 100644 (file)
@@ -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.
 
index 48b34a993112552d768c78c95691485e295259cf..d69229780b6bf87d0f6a275dbb9cefdc0eb6511c 100644 (file)
@@ -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)