summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-06-20 19:30:36 +0000
committerGlenn Morris <rgm@gnu.org>2006-06-20 19:30:36 +0000
commit3c6b81d8713cffb7c387e5dc660eae4d3be0368f (patch)
treec002fd47b72408dd41d9f1e0ebe38f84f5c24d0a
parentb0352ddfa228150146dbae72533631e2c9c622fb (diff)
downloademacs-3c6b81d8713cffb7c387e5dc660eae4d3be0368f.tar.gz
(appt-display-format): Default value must be
one of the customize options.
-rw-r--r--lisp/calendar/appt.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 5c862ee6c29..29e6fe56b6e 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -136,7 +136,9 @@ of the (obsolete) variables `appt-msg-window' and `appt-visible'."
:type '(choice
(const :tag "Separate window" window)
(const :tag "Echo-area" echo)
- (const :tag "No visible display" nil))
+ (const :tag "No visible display" nil)
+ (const :tag "Backwards compatibility setting - choose another value"
+ ignore))
:group 'appt
:version "22.1")