]> git.eshelyaron.com Git - emacs.git/commitdiff
; 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 30 Sep 2024 19:40:17 +0000 (21:40 +0200)
* lisp/progmodes/cperl-mode.el (cperl-method-call): Avoid doubly
quoting the parent face.  This made htmlize-buffer fail.

(cherry picked from commit 53c887fdf6ddd907a411d063fee69bfdc2a5757a)

lisp/progmodes/cperl-mode.el

index cbb75c3d930b7399ade64013f23aa9409d2a32d8..d4c51d44d64b732c18c8e687fd761e5538488db3 100644 (file)
@@ -6304,7 +6304,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