changeset 69534:acdcffc04863

(org-popup-calendar-for-date-prompt): Fix customization type.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 17 Mar 2006 13:05:30 +0000
parents dbfc571d4e98
children 3feef8dfbff5
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Fri Mar 17 13:05:17 2006 +0000
+++ b/lisp/textmodes/org.el	Fri Mar 17 13:05:30 2006 +0000
@@ -448,7 +448,7 @@
 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.