projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5cd558
)
; cperl-mode.el: Fix an invalid face specification
author
Harald Jörg
<haj@posteo.de>
Thu, 26 Sep 2024 13:20:01 +0000
(15:20 +0200)
committer
Harald Jörg
<haj@posteo.de>
Thu, 26 Sep 2024 13:20:01 +0000
(15:20 +0200)
* lisp/progmodes/cperl-mode.el (cperl-method-call): Avoid doubly
quoting the parent face. This made htmlize-buffer fail.
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index 3353bffdf05ff5fefcf1ebde218dd138e3b6ba1d..e129e2df552442472734c9b25f2024f29b6a60df 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-6225,7
+6225,7
@@
default function."
(t (funcall (default-value 'font-lock-syntactic-face-function) state))))
(defface cperl-method-call
- '((t (:inherit
'
default )))
+ '((t (:inherit default )))
"Font Lock mode face for method calls.
Usually, method calls are not fontified.
We use this face to prevent calls to methods which look like