From: Andreas Schwab Date: Fri, 18 Sep 1998 09:17:02 +0000 (+0000) Subject: (cperl-lazy-help-time): Fix customize X-Git-Tag: emacs-20.4~1679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=300f7bb3474f66a5b6b22856d0b3dcbde9fd03e1;p=emacs.git (cperl-lazy-help-time): Fix customize type. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 12dbb596131..0a35cfe175f 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -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