; cperl-mode.el: Fix an invalid face specification
authorHarald Jörg <haj@posteo.de>
Thu, 26 Sep 2024 13:20:01 +0000 (15:20 +0200)
committerHarald 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

index 3353bffdf05ff5fefcf1ebde218dd138e3b6ba1d..e129e2df552442472734c9b25f2024f29b6a60df 100644 (file)
@@ -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