diff options
| author | Glenn Morris | 2006-06-20 19:30:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-06-20 19:30:36 +0000 |
| commit | 3c6b81d8713cffb7c387e5dc660eae4d3be0368f (patch) | |
| tree | c002fd47b72408dd41d9f1e0ebe38f84f5c24d0a | |
| parent | b0352ddfa228150146dbae72533631e2c9c622fb (diff) | |
| download | emacs-3c6b81d8713cffb7c387e5dc660eae4d3be0368f.tar.gz emacs-3c6b81d8713cffb7c387e5dc660eae4d3be0368f.zip | |
(appt-display-format): Default value must be
one of the customize options.
| -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'." | |||
| 136 | :type '(choice | 136 | :type '(choice |
| 137 | (const :tag "Separate window" window) | 137 | (const :tag "Separate window" window) |
| 138 | (const :tag "Echo-area" echo) | 138 | (const :tag "Echo-area" echo) |
| 139 | (const :tag "No visible display" nil)) | 139 | (const :tag "No visible display" nil) |
| 140 | (const :tag "Backwards compatibility setting - choose another value" | ||
| 141 | ignore)) | ||
| 140 | :group 'appt | 142 | :group 'appt |
| 141 | :version "22.1") | 143 | :version "22.1") |
| 142 | 144 | ||