From 0a86e779336666b69a827056274737962bd45cbd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 1 Mar 2000 10:27:05 +0000 Subject: [PATCH] (busy-cursor-delay-seconds): Change type to `number'. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5