From: Andreas Schwab Date: Mon, 21 Jul 2003 06:25:33 +0000 (+0000) Subject: (sh-mode-syntax-table): Change syntax of ?, to "_". X-Git-Tag: ttn-vms-21-2-B4~9297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29653ebc240cccd30f3db3f3f3a6e7b73f53831b;p=emacs.git (sh-mode-syntax-table): Change syntax of ?, to "_". --- 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 + + * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of + ?, to "_". + 2003-07-20 Kai Gro,A_(Bjohann 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)