comparison 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
comparison
equal deleted inserted replaced
24835:9b89e017d20a 24836:211f009cf721
358 :type 'face 358 :type 'face
359 :group 'cperl-faces) 359 :group 'cperl-faces)
360 360
361 (defcustom cperl-invalid-face ''underline ; later evaluated by `font-lock' 361 (defcustom cperl-invalid-face ''underline ; later evaluated by `font-lock'
362 "*The result of evaluation of this expression highlights trailing whitespace." 362 "*The result of evaluation of this expression highlights trailing whitespace."
363 :type 'face 363 :type 'sexp
364 :group 'cperl-faces) 364 :group 'cperl-faces)
365 365
366 (defcustom cperl-pod-here-fontify '(featurep 'font-lock) 366 (defcustom cperl-pod-here-fontify '(featurep 'font-lock)
367 "*Not-nil after evaluation means to highlight pod and here-docs sections." 367 "*Not-nil after evaluation means to highlight pod and here-docs sections."
368 :type 'boolean 368 :type 'boolean