diff options
author | Glenn Morris <rgm@gnu.org> | 2006-06-20 19:30:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2006-06-20 19:30:36 +0000 |
commit | 3c6b81d8713cffb7c387e5dc660eae4d3be0368f (patch) | |
tree | c002fd47b72408dd41d9f1e0ebe38f84f5c24d0a /lisp/calendar/appt.el | |
parent | b0352ddfa228150146dbae72533631e2c9c622fb (diff) | |
download | emacs-3c6b81d8713cffb7c387e5dc660eae4d3be0368f.tar.gz |
(appt-display-format): Default value must be
one of the customize options.
Diffstat (limited to 'lisp/calendar/appt.el')
-rw-r--r-- | lisp/calendar/appt.el | 4 |
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") |