Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.149 
emacs/lisp/progmodes/sh-script.el:1.150
*** emacs/lisp/progmodes/sh-script.el:1.149     Wed Apr 13 18:49:57 2005
--- emacs/lisp/progmodes/sh-script.el   Thu May  5 19:03:32 2005
***************
*** 827,833 ****
        ;; Function names.
        ("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)
        ("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"
!         (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)))
  
      ;; The next entry is only used for defining the others
      (shell sh-append executable-font-lock-keywords
--- 827,835 ----
        ;; Function names.
        ("^\\(\\sw+\\)[ \t]*(" 1 font-lock-function-name-face)
        ("\\<\\(function\\)\\>[ \t]*\\(\\sw+\\)?"
!         (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t))
!       ("\\(?:^\\s *\\|[[();&|]\\s *\\|\\(?:\\s 
+-[ao]\\|if\\|else\\|then\\|while\\|do\\)\\s +\\)\\(!\\)"
!        1 font-lock-negation-char-face))
  
      ;; The next entry is only used for defining the others
      (shell sh-append executable-font-lock-keywords


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to