aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-07-21 06:25:33 +0000
committerAndreas Schwab2003-07-21 06:25:33 +0000
commit29653ebc240cccd30f3db3f3f3a6e7b73f53831b (patch)
tree5195ce58845a4a092b484df44689f2d862313c6f
parent10aa5486d8f780d4100254d0bbe17ab91bf18a41 (diff)
downloademacs-29653ebc240cccd30f3db3f3f3a6e7b73f53831b.tar.gz
emacs-29653ebc240cccd30f3db3f3f3a6e7b73f53831b.zip
(sh-mode-syntax-table): Change syntax of ?, to "_".
-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)