Mercurial > emacs
changeset 16478:fb944e4dc708
Use new face.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Mon, 28 Oct 1996 10:08:07 +0000 |
parents | 590593175cc7 |
children | 52eaaf1cc0e3 |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)