aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-30 11:14:04 +0000
committerJuanma Barranquero2005-08-30 11:14:04 +0000
commit482db54b59d6eca203f77da600195714fd24489a (patch)
tree49fb82f03f70d73ccef829dbd9f6152f076185c0
parent4e186ad5f30dc95313dbb1b0dbc64c80316834aa (diff)
downloademacs-482db54b59d6eca203f77da600195714fd24489a.tar.gz
emacs-482db54b59d6eca203f77da600195714fd24489a.zip
(font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):
Add defvars.
-rw-r--r--lisp/progmodes/sh-script.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index ab23b31a963..4f702186685 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -199,6 +199,9 @@
199 (require 'comint)) 199 (require 'comint))
200(require 'executable) 200(require 'executable)
201 201
202(defvar font-lock-comment-face)
203(defvar font-lock-set-defaults)
204(defvar font-lock-string-face)
202 205
203 206
204(defgroup sh nil 207(defgroup sh nil