comparison 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
comparison
equal deleted inserted replaced
16477:590593175cc7 16478:fb944e4dc708
697 `(,@(if builtins 697 `(,@(if builtins
698 `((,(concat keywords "[ \t]+\\)?\\(" 698 `((,(concat keywords "[ \t]+\\)?\\("
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)
706 ,@(sh-feature sh-font-lock-keywords-1))))) 706 ,@(sh-feature sh-font-lock-keywords-1)))))
707 707