changeset 57159:e00b0d40b4bc

(sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Sep 2004 15:46:23 +0000
parents 84b733d819d4
children a5b6e1d4a842
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Mon Sep 20 15:45:31 2004 +0000
+++ b/lisp/progmodes/sh-script.el	Mon Sep 20 15:46:23 2004 +0000
@@ -421,6 +421,7 @@
 	?^ "_"
 	?~ "_"
 	?, "_"
+	?= "."
 	?< "."
 	?> ".")
   "Default syntax table for shell mode.")