Mercurial > emacs
changeset 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 | 4dd2a1379398 |
children | a372b82c546e |
files | lisp/progmodes/perl-mode.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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-"