From: Gerd Moellmann Date: Wed, 1 Mar 2000 10:27:05 +0000 (+0000) Subject: (busy-cursor-delay-seconds): Change type to `number'. X-Git-Tag: emacs-pretest-21.0.90~4838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a86e779336666b69a827056274737962bd45cbd;p=emacs.git (busy-cursor-delay-seconds): Change type to `number'. --- diff --git a/lisp/frame.el b/lisp/frame.el index e5b9a54579b..d77e1b489cf 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1099,7 +1099,7 @@ itself as a pre-command hook." (defcustom busy-cursor-delay-seconds 1 "*Seconds to wait before displaying a busy-cursor." :tag "Busy-cursor delay" - :type 'integer + :type 'number :group 'cursor :get #'(lambda (symbol) busy-cursor-delay) :set #'(lambda (symbol value)