Mercurial > emacs
changeset 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 | e5b8e194d279 |
children | b54fc217c5c8 |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)