summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1996-10-28 10:08:07 +0000
committerSimon Marshall <simon@gnu.org>1996-10-28 10:08:07 +0000
commit7db4097d3a2777f46f83c342b70840fb4dbfd9a4 (patch)
tree354bb1078368ed217c995f4155d5496e0691b63e
parent7d1ab44247a6edf394fa7bd9e9ceeaed8639ea1a (diff)
downloademacs-7db4097d3a2777f46f83c342b70840fb4dbfd9a4.tar.gz
Use new face.
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
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)