Mercurial > emacs
changeset 24836:211f009cf721
(cperl-invalid-face): Fix custom type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 12 Jun 1999 05:52:54 +0000 |
parents | 9b89e017d20a |
children | e8e1a22961da |
files | lisp/progmodes/cperl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)