]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-lazy-help-time): Fix customize
authorAndreas Schwab <schwab@suse.de>
Fri, 18 Sep 1998 09:17:02 +0000 (09:17 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 18 Sep 1998 09:17:02 +0000 (09:17 +0000)
type.

lisp/progmodes/cperl-mode.el

index 12dbb596131766f6678dbb216a6990f45e6eaa0b..0a35cfe175ffefeef292fff5d3245bbf8999217e 100644 (file)
@@ -274,7 +274,7 @@ Can be overwritten by `cperl-hairy' if nil."
 (defcustom cperl-lazy-help-time nil
   "*Not-nil (and non-null) means to show lazy help after given idle time.
 Can be overwritten by `cperl-hairy' to be 5 sec if nil."
-  :type '(choice (const null) integer)
+  :type '(choice (const null) (const nil) integer)
   :group 'cperl-affected-by-hairy)
 
 (defcustom cperl-pod-face 'font-lock-comment-face