Mercurial > emacs
diff lisp/progmodes/sh-script.el @ 16478:fb944e4dc708
Use new face.
| author | Simon Marshall <simon@gnu.org> |
|---|---|
| date | Mon, 28 Oct 1996 10:08:07 +0000 |
| parents | 0927028baa82 |
| children | aa23842d0e1a |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Mon Oct 28 10:01:55 1996 +0000 +++ b/lisp/progmodes/sh-script.el Mon Oct 28 10:08:07 1996 +0000 @@ -699,7 +699,7 @@ (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)
