diff lisp/progmodes/sh-script.el @ 9375:2cccfdee4f95

(sh-font-lock-keywords): Default to nil.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Oct 1994 09:49:47 +0000
parents 23fe3c3fffe5
children 255efa3fb8d0
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Fri Oct 07 08:42:25 1994 +0000
+++ b/lisp/progmodes/sh-script.el	Fri Oct 07 09:49:47 1994 +0000
@@ -287,9 +287,10 @@
 
 
 
-(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,