aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1996-10-28 10:08:07 +0000
committerSimon Marshall1996-10-28 10:08:07 +0000
commitf802bd025399304aecd842d003af133771f9bdca (patch)
tree63bb4b953aba077af1561b47022d6b345f97b7ac
parent1fbd6d0fa020ccadaff9a1d32660b2aee6d83653 (diff)
downloademacs-f802bd025399304aecd842d003af133771f9bdca.tar.gz
emacs-f802bd025399304aecd842d003af133771f9bdca.zip
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."
699 (mapconcat 'identity (sh-feature sh-builtins) "\\|") 699 (mapconcat 'identity (sh-feature sh-builtins) "\\|")
700 "\\)\\>") 700 "\\)\\>")
701 (2 font-lock-keyword-face nil t) 701 (2 font-lock-keyword-face nil t)
702 (6 font-lock-function-name-face)) 702 (6 font-lock-builtin-face))
703 ,@(sh-feature sh-font-lock-keywords-2))) 703 ,@(sh-feature sh-font-lock-keywords-2)))
704 (,(concat keywords "\\)\\>") 704 (,(concat keywords "\\)\\>")
705 2 font-lock-keyword-face) 705 2 font-lock-keyword-face)