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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Sun, 27 Nov 2005 15:44:45 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.172 
emacs/lisp/progmodes/sh-script.el:1.173
*** emacs/lisp/progmodes/sh-script.el:1.172     Mon Nov 21 22:24:13 2005
--- emacs/lisp/progmodes/sh-script.el   Sun Nov 27 20:44:44 2005
***************
*** 1002,1007 ****
--- 1002,1009 ----
    ;; The list of special chars is taken from the single-unix spec
    ;; of the shell command language (under `quoting') but with `$' removed.
    `(("[^|&;<>()`\\\"' \t\n]\\(#+\\)" 1 ,sh-st-symbol)
+     ;; In a '...' the backslash is not escaping.
+     ("\\(\\\\\\)'" 1 ,sh-st-punc)
      ;; Make sure $@ and @? are correctly recognized as sexps.
      ("\\$\\(address@hidden)" 1 ,sh-st-symbol)
      ;; Find HEREDOC starters and add a corresponding rule for the ender.




reply via email to

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