emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/perl-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/perl-mode.el
Date: Tue, 30 Aug 2005 07:11:05 -0400

Index: emacs/lisp/progmodes/perl-mode.el
diff -c emacs/lisp/progmodes/perl-mode.el:1.59 
emacs/lisp/progmodes/perl-mode.el:1.60
*** emacs/lisp/progmodes/perl-mode.el:1.59      Mon Aug  1 08:37:48 2005
--- emacs/lisp/progmodes/perl-mode.el   Tue Aug 30 11:11:04 2005
***************
*** 107,112 ****
--- 107,116 ----
  
  (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-"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]