]> code.delx.au - gnu-emacs/commitdiff
(org-popup-calendar-for-date-prompt): Fix customization type.
authorCarsten Dominik <dominik@science.uva.nl>
Fri, 17 Mar 2006 13:05:30 +0000 (13:05 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Fri, 17 Mar 2006 13:05:30 +0000 (13:05 +0000)
lisp/textmodes/org.el

index c16686a169bf45bb7b08de224b0ef0075100a5e7..a00a1b247e899f2271b941964396efc87cea0e65 100644 (file)
@@ -448,7 +448,7 @@ In the calendar, the date can be selected with mouse-1.  However, the
 minibuffer will also be active, and you can simply enter the date as well.
 When nil, only the minibuffer will be available."
   :group 'org-time
-  :type 'number)
+  :type 'boolean)
 
 (defcustom org-calendar-follow-timestamp-change t
   "Non-nil means, make the calendar window follow timestamp changes.