emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Tue, 30 Sep 2003 08:42:57 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.133 
emacs/lisp/progmodes/sh-script.el:1.134
*** emacs/lisp/progmodes/sh-script.el:1.133     Wed Sep 24 22:01:18 2003
--- emacs/lisp/progmodes/sh-script.el   Tue Sep 30 08:42:56 2003
***************
*** 400,405 ****
--- 400,409 ----
      (modify-syntax-entry (pop list) (pop list) table))
    table)
  
+ (defvar sh-mode-syntax-table nil
+   "The syntax table to use for Shell-Script mode.
+ This is buffer-local in every such buffer.")
+ 
  (defvar sh-mode-default-syntax-table
    (sh-mode-syntax-table ()
        ?\# "<"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]