From 56858354ce8a0c61197f498b7133058a38b21c44 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Sep 2004 15:46:23 +0000 Subject: [PATCH] (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation). --- lisp/progmodes/sh-script.el | 1 + 1 file changed, 1 insertion(+) 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.") -- 2.39.2