]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-font-lock-keywords): Default to nil.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Oct 1994 09:49:47 +0000 (09:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Oct 1994 09:49:47 +0000 (09:49 +0000)
lisp/progmodes/sh-script.el

index ce1e53b2fb440a5c8b88e55b7378dc16a1b809e0..a010f2934594ee7864057d451b03493ef16e95d1 100644 (file)
@@ -287,9 +287,10 @@ Variables only understood by some shells are associated to a list of those.")
 
 
 
-(defvar sh-font-lock-keywords
-  '(("[ \t]\\(#.*\\)" 1 font-lock-comment-face)
-    ("\"[^`]*\"\\|'.*'\\|\\\\[^\nntc]" . font-lock-string-face))
+(defvar sh-font-lock-keywords nil
+  ;; This is done syntactically:
+  ;'(("[ \t]\\(#.*\\)" 1 font-lock-comment-face)
+  ;  ("\"[^`]*\"\\|'.*'\\|\\\\[^\nntc]" . font-lock-string-face))
   "*Rules for highlighting shell scripts.
 This variable is included into the various variables
 `sh-SHELL-font-lock-keywords'.  If no such variable exists for some shell,