diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e3126a300e..394b52d4173 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-07-21 Andreas Schwab <schwab@suse.de> + + * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of + ?, to "_". + 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> Version 2.0.36 of Tramp released. diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 7fc3671d4e6..351d6e81c7b 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -406,6 +406,7 @@ the car and cdr are the same symbol.") ?. "_" ?^ "_" ?~ "_" + ?, "_" ?< "." ?> ".") (csh eval identity sh) |