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: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=482db54b59d6eca203f77da600195714fd24489a;p=emacs.git (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 ab23b31a963..4f702186685 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