# HG changeset patch # User Karl Heuer # Date 929166774 0 # Node ID 211f009cf721d001163062ea58219c54f13335a8 # Parent 9b89e017d20a4429a5317ef70b95be7606f0dbc7 (cperl-invalid-face): Fix custom type. diff -r 9b89e017d20a -r 211f009cf721 lisp/progmodes/cperl-mode.el --- 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)