From f39d5ac75a33e3e6ea1cfa7588de33c6ea9b2cb9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Jun 1999 05:52:54 +0000 Subject: [PATCH] (cperl-invalid-face): Fix custom type. --- lisp/progmodes/cperl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index bd57c190291..2fce1e35576 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -360,7 +360,7 @@ Font for POD headers." (defcustom cperl-invalid-face ''underline ; later evaluated by `font-lock' "*The result of evaluation of this expression highlights trailing whitespace." - :type 'face + :type 'sexp :group 'cperl-faces) (defcustom cperl-pod-here-fontify '(featurep 'font-lock) -- 2.39.2