Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a69add87
Commit
a69add87
authored
Aug 30, 2005
by
Juanma Barranquero
Browse files
(font-lock-comment-face, font-lock-doc-face, font-lock-string-face):
Add defvars.
parent
3db571c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/progmodes/perl-mode.el
lisp/progmodes/perl-mode.el
+4
-0
No files found.
lisp/progmodes/perl-mode.el
View file @
a69add87
...
...
@@ -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-"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment