diff options
| author | Glenn Morris | 2008-03-08 03:38:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-08 03:38:14 +0000 |
| commit | d589fa52116a07027691de87706ca8888e4c184e (patch) | |
| tree | 265cedf29882d23faced11e2447fee1474aac0e0 | |
| parent | 97dcf673586b64854c3f5e802c7ecd54921bdb9b (diff) | |
| download | emacs-d589fa52116a07027691de87706ca8888e4c184e.tar.gz emacs-d589fa52116a07027691de87706ca8888e4c184e.zip | |
(appt): Move custom group here from calendar.el.
| -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 |