aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorAndreas Schwab2003-07-21 06:25:33 +0000
committerAndreas Schwab2003-07-21 06:25:33 +0000
commit29653ebc240cccd30f3db3f3f3a6e7b73f53831b (patch)
tree5195ce58845a4a092b484df44689f2d862313c6f /lisp/progmodes
parent10aa5486d8f780d4100254d0bbe17ab91bf18a41 (diff)
downloademacs-29653ebc240cccd30f3db3f3f3a6e7b73f53831b.tar.gz
emacs-29653ebc240cccd30f3db3f3f3a6e7b73f53831b.zip
(sh-mode-syntax-table): Change syntax of ?, to "_".
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el1
1 files changed, 1 insertions, 0 deletions
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)