diff lisp/frame.el @ 27916:3288a7cd4796

(busy-cursor-delay-seconds): Change type to `number'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Mar 2000 10:27:05 +0000
parents 2bf72063e6f0
children e27fde0193ef
line wrap: on
line diff
--- a/lisp/frame.el	Wed Mar 01 10:25:12 2000 +0000
+++ b/lisp/frame.el	Wed Mar 01 10:27:05 2000 +0000
@@ -1099,7 +1099,7 @@
 (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)