]> code.delx.au - gnu-emacs/commitdiff
Use new face.
authorSimon Marshall <simon@gnu.org>
Mon, 28 Oct 1996 10:08:07 +0000 (10:08 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 28 Oct 1996 10:08:07 +0000 (10:08 +0000)
lisp/progmodes/sh-script.el

index 3810444d65b49f5a87adfafaa69efcc04191e59d..bb007e1950f749daf668146e4015c58718f61fcb 100644 (file)
@@ -699,7 +699,7 @@ This adds rules for comments and assignments."
                         (mapconcat 'identity (sh-feature sh-builtins) "\\|")
                         "\\)\\>")
                (2 font-lock-keyword-face nil t)
-               (6 font-lock-function-name-face))
+               (6 font-lock-builtin-face))
               ,@(sh-feature sh-font-lock-keywords-2)))
         (,(concat keywords "\\)\\>")
          2 font-lock-keyword-face)