diff 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 | ||