aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/sh-script.el1
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 @@
12003-07-21 Andreas Schwab <schwab@suse.de>
2
3 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
4 ?, to "_".
5
12003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 62003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2 Version 2.0.36 of Tramp released. 7 Version 2.0.36 of Tramp released.
3 8
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.")
406 ?. "_" 406 ?. "_"
407 ?^ "_" 407 ?^ "_"
408 ?~ "_" 408 ?~ "_"
409 ?, "_"
409 ?< "." 410 ?< "."
410 ?> ".") 411 ?> ".")
411 (csh eval identity sh) 412 (csh eval identity sh)