From: Juanma Barranquero Date: Tue, 30 Aug 2005 11:14:04 +0000 (+0000) Subject: (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face): X-Git-Tag: emacs-pretest-22.0.90~7350 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/482db54b59d6eca203f77da600195714fd24489a?hp=4e186ad5f30dc95313dbb1b0dbc64c80316834aa (font-lock-comment-face, font-lock-set-defaults, font-lock-string-face): Add defvars. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index ab23b31a96..4f70218668 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -199,6 +199,9 @@ (require 'comint)) (require 'executable) +(defvar font-lock-comment-face) +(defvar font-lock-set-defaults) +(defvar font-lock-string-face) (defgroup sh nil