]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:46:23 +0000 (15:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 15:46:23 +0000 (15:46 +0000)
lisp/progmodes/sh-script.el

index cef86f8f90e651986611f300ea9fd114c67566ba..baf4d96ee7f395ef1842078d1bc4a9d77b6a2126 100644 (file)
@@ -421,6 +421,7 @@ This is buffer-local in every such buffer.")
        ?^ "_"
        ?~ "_"
        ?, "_"
+       ?= "."
        ?< "."
        ?> ".")
   "Default syntax table for shell mode.")