From: Karl Heuer Date: Sat, 12 Jun 1999 05:52:54 +0000 (+0000) Subject: (cperl-invalid-face): Fix custom type. X-Git-Tag: emacs-20.4~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f39d5ac75a33e3e6ea1cfa7588de33c6ea9b2cb9;p=emacs.git (cperl-invalid-face): Fix custom type. --- 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)