From: Richard M. Stallman Date: Mon, 20 Sep 2004 15:46:23 +0000 (+0000) Subject: (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation). X-Git-Tag: ttn-vms-21-2-B4~4868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56858354ce8a0c61197f498b7133058a38b21c44;p=emacs.git (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation). --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index cef86f8f90e..baf4d96ee7f 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -421,6 +421,7 @@ This is buffer-local in every such buffer.") ?^ "_" ?~ "_" ?, "_" + ?= "." ?< "." ?> ".") "Default syntax table for shell mode.")