]> git.eshelyaron.com Git - emacs.git/commitdiff
(busy-cursor-delay-seconds): Change type to `number'.
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 10:27:05 +0000 (10:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Mar 2000 10:27:05 +0000 (10:27 +0000)
lisp/frame.el

index e5b9a54579b93c135d979f5034f655fd19e9318c..d77e1b489cfe34a8e421d802cb9dd7e55ab6a0ec 100644 (file)
@@ -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)