diff lisp/progmodes/cperl-mode.el @ 24836:211f009cf721

(cperl-invalid-face): Fix custom type.
author Karl Heuer <kwzh@gnu.org>
date Sat, 12 Jun 1999 05:52:54 +0000
parents abc9bc6aef59
children 03d8424273d3
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el	Sat Jun 12 04:33:08 1999 +0000
+++ b/lisp/progmodes/cperl-mode.el	Sat Jun 12 05:52:54 1999 +0000
@@ -360,7 +360,7 @@
 
 (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)