]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode-syntax-table): Change syntax of ?, to "_".
authorAndreas Schwab <schwab@suse.de>
Mon, 21 Jul 2003 06:25:33 +0000 (06:25 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 21 Jul 2003 06:25:33 +0000 (06:25 +0000)
lisp/ChangeLog
lisp/progmodes/sh-script.el

index 4e3126a300e90cb7da6773953fe35a157092fe06..394b52d4173a9ad68a489cbe1298f73384a79470 100644 (file)
@@ -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\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
        Version 2.0.36 of Tramp released.
 
index 7fc3671d4e608a09cee3efbfe5d28f8821b21291..351d6e81c7b65b282e1d52d471ffbc752e1a9b68 100644 (file)
@@ -406,6 +406,7 @@ the car and cdr are the same symbol.")
        ?. "_"
        ?^ "_"
        ?~ "_"
+       ?, "_"
        ?< "."
        ?> ".")
     (csh eval identity sh)