diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/appt.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index b6c9565835f..a43b46e13e5 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -80,6 +80,11 @@ | |||
| 80 | 80 | ||
| 81 | (defvar diary-selective-display) | 81 | (defvar diary-selective-display) |
| 82 | 82 | ||
| 83 | |||
| 84 | (defgroup appt nil | ||
| 85 | "Appointment notification." | ||
| 86 | :group 'calendar) | ||
| 87 | |||
| 83 | (defcustom appt-issue-message t | 88 | (defcustom appt-issue-message t |
| 84 | "Non-nil means check for appointments in the diary buffer. | 89 | "Non-nil means check for appointments in the diary buffer. |
| 85 | To be detected, the diary entry must have the format described in the | 90 | To be detected, the diary entry must have the format described in the |