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: Tue, 02 Sep 2003 13:37:01 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.129 
emacs/lisp/progmodes/sh-script.el:1.130
*** emacs/lisp/progmodes/sh-script.el:1.129     Mon Sep  1 11:45:35 2003
--- emacs/lisp/progmodes/sh-script.el   Tue Sep  2 13:37:01 2003
***************
*** 808,814 ****
  
      ;; The next entry is only used for defining the others
      (shell eval sh-append executable-font-lock-keywords
!          '("\\\\[^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
--- 808,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




reply via email to

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