Mercurial > emacs
diff lisp/progmodes/perl-mode.el @ 65237:33613253f37e
(font-lock-comment-face, font-lock-doc-face, font-lock-string-face):
Add defvars.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Aug 2005 11:11:04 +0000 |
parents | 629afbe74e61 |
children | c136332c98dd a3716f7538f2 |
line wrap: on
line diff
--- a/lisp/progmodes/perl-mode.el Tue Aug 30 11:09:32 2005 +0000 +++ b/lisp/progmodes/perl-mode.el Tue Aug 30 11:11:04 2005 +0000 @@ -107,6 +107,10 @@ (eval-when-compile (require 'cl)) +(defvar font-lock-comment-face) +(defvar font-lock-doc-face) +(defvar font-lock-string-face) + (defgroup perl nil "Major mode for editing Perl code." :prefix "perl-"