/[emacs]/emacs/lisp/progmodes/sh-script.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sh-script.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.172 by monnier, Mon Nov 21 22:24:13 2005 UTC revision 1.173 by monnier, Sun Nov 27 20:44:44 2005 UTC
# Line 1002  Point is at the beginning of the next li Line 1002  Point is at the beginning of the next li
1002    ;; The list of special chars is taken from the single-unix spec    ;; The list of special chars is taken from the single-unix spec
1003    ;; of the shell command language (under `quoting') but with `$' removed.    ;; of the shell command language (under `quoting') but with `$' removed.
1004    `(("[^|&;<>()`\\\"' \t\n]\\(#+\\)" 1 ,sh-st-symbol)    `(("[^|&;<>()`\\\"' \t\n]\\(#+\\)" 1 ,sh-st-symbol)
1005        ;; In a '...' the backslash is not escaping.
1006        ("\\(\\\\\\)'" 1 ,sh-st-punc)
1007      ;; Make sure $@ and @? are correctly recognized as sexps.      ;; Make sure $@ and @? are correctly recognized as sexps.
1008      ("\\$\\([?@]\\)" 1 ,sh-st-symbol)      ("\\$\\([?@]\\)" 1 ,sh-st-symbol)
1009      ;; Find HEREDOC starters and add a corresponding rule for the ender.      ;; Find HEREDOC starters and add a corresponding rule for the ender.

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26