mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(font-lock-comment-face, font-lock-doc-face, font-lock-string-face):
Add defvars.
This commit is contained in:
parent
3db571c0d7
commit
a69add875c
1 changed files with 4 additions and 0 deletions
|
|
@ -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-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue