emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 19 Sep 2003 13:10:57 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.130 
emacs/lisp/progmodes/sh-script.el:1.131
*** emacs/lisp/progmodes/sh-script.el:1.130     Tue Sep  2 13:37:01 2003
--- emacs/lisp/progmodes/sh-script.el   Fri Sep 19 13:10:57 2003
***************
*** 809,815 ****
      ;; The next entry is only used for defining the others
      (shell eval sh-append executable-font-lock-keywords
             ;; Using font-lock-string-face here confuses sh-get-indent-info.
!          '("\\\\[^A-Za-z0-9]" 0 font-lock-warning-face)
           '("\\${?\\([A-Za-z_][A-Za-z0-9_]*\\|[0-9]+\\|[$*_]\\)" 1
             font-lock-variable-name-face))
      (rpm eval sh-append rpm2
--- 809,816 ----
      ;; The next entry is only used for defining the others
      (shell eval sh-append executable-font-lock-keywords
             ;; Using font-lock-string-face here confuses sh-get-indent-info.
!            '("\\\\$" 0 font-lock-warning-face)
!          '("\\\\[^A-Za-z0-9]" 0 font-lock-string-face)
           '("\\${?\\([A-Za-z_][A-Za-z0-9_]*\\|[0-9]+\\|[$*_]\\)" 1
             font-lock-variable-name-face))
      (rpm eval sh-append rpm2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]