diff options
| author | Glenn Morris | 2004-01-12 00:57:00 +0000 |
|---|---|---|
| committer | Glenn Morris | 2004-01-12 00:57:00 +0000 |
| commit | 30e8032dfc9c909bcc96ac27135bfd25cf204837 (patch) | |
| tree | 6fc37af1a70d172b1f7429c6a815cc4696e3b13a | |
| parent | 21dcb70922cb684722b7ea12f4e7af1224a534e0 (diff) | |
| download | emacs-30e8032dfc9c909bcc96ac27135bfd25cf204837.tar.gz emacs-30e8032dfc9c909bcc96ac27135bfd25cf204837.zip | |
(appt-issue-message): Mark as obsolete rather than deleting outright.
| -rw-r--r-- | lisp/calendar/appt.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 825bd936475..8a92ef614ce 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -79,6 +79,18 @@ | |||
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | ;;;###autoload | 81 | ;;;###autoload |
| 82 | (defcustom appt-issue-message t | ||
| 83 | "*Non-nil means check for appointments in the diary buffer. | ||
| 84 | To be detected, the diary entry must have the format described in the | ||
| 85 | documentation of the function `appt-check'." | ||
| 86 | :type 'boolean | ||
| 87 | :group 'appt) | ||
| 88 | |||
| 89 | (make-obsolete-variable 'appt-issue-message | ||
| 90 | "use the function `appt-activate', and the \ | ||
| 91 | variable `appt-display-format' instead." "21.4") | ||
| 92 | |||
| 93 | ;;;###autoload | ||
| 82 | (defcustom appt-message-warning-time 12 | 94 | (defcustom appt-message-warning-time 12 |
| 83 | "*Time in minutes before an appointment that the warning begins." | 95 | "*Time in minutes before an appointment that the warning begins." |
| 84 | :type 'integer | 96 | :type 'integer |