From: Harald Jörg Date: Thu, 26 Sep 2024 13:20:01 +0000 (+0200) Subject: ; cperl-mode.el: Fix an invalid face specification X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=53c887fdf6ddd907a411d063fee69bfdc2a5757a;p=emacs.git ; cperl-mode.el: Fix an invalid face specification * lisp/progmodes/cperl-mode.el (cperl-method-call): Avoid doubly quoting the parent face. This made htmlize-buffer fail. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 3353bffdf05..e129e2df552 100644 --- 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