From d589fa52116a07027691de87706ca8888e4c184e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 8 Mar 2008 03:38:14 +0000 Subject: [PATCH] (appt): Move custom group here from calendar.el. --- lisp/calendar/appt.el | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ (defvar diary-selective-display) + +(defgroup appt nil + "Appointment notification." + :group 'calendar) + (defcustom appt-issue-message t "Non-nil means check for appointments in the diary buffer. To be detected, the diary entry must have the format described in the -- 2.39.2