aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-09-30 12:42:56 +0000
committerRichard M. Stallman2003-09-30 12:42:56 +0000
commit830144d5961b15d110269ea2d78eeacd380dd191 (patch)
treee7b4c59efc5e0d1c2a0cbe6246719d2e4579100e
parent545d91d5cf07ec93cef7f31d2ad3146137027713 (diff)
downloademacs-830144d5961b15d110269ea2d78eeacd380dd191.tar.gz
emacs-830144d5961b15d110269ea2d78eeacd380dd191.zip
(sh-mode-syntax-table): Add defvar.
-rw-r--r--lisp/progmodes/sh-script.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 87eb30bf449..9b4599e1354 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -400,6 +400,10 @@ the car and cdr are the same symbol.")
400 (modify-syntax-entry (pop list) (pop list) table)) 400 (modify-syntax-entry (pop list) (pop list) table))
401 table) 401 table)
402 402
403(defvar sh-mode-syntax-table nil
404 "The syntax table to use for Shell-Script mode.
405This is buffer-local in every such buffer.")
406
403(defvar sh-mode-default-syntax-table 407(defvar sh-mode-default-syntax-table
404 (sh-mode-syntax-table () 408 (sh-mode-syntax-table ()
405 ?\# "<" 409 ?\# "<"