From: Simon Marshall Date: Mon, 28 Oct 1996 10:08:07 +0000 (+0000) Subject: Use new face. X-Git-Tag: emacs-20.1~3466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f802bd025399304aecd842d003af133771f9bdca;p=emacs.git Use new face. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 3810444d65b..bb007e1950f 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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)