From: Glenn Morris Date: Thu, 10 Apr 2008 03:43:52 +0000 (+0000) Subject: Require diary-lib rather than calendar. X-Git-Tag: emacs-pretest-23.0.90~6368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=467f174b22f0b5739da1f86b715cc875f281a9af;p=emacs.git Require diary-lib rather than calendar. (appt): Add :prefix. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 8a3138daec3..9823abb2fbc 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -75,12 +75,12 @@ ;;; Code: -;; Make sure calendar is loaded when we compile this. -(require 'calendar) +(require 'diary-lib) (defgroup appt nil "Appointment notification." + :prefix "appt-" :group 'calendar) (defcustom appt-issue-message t @@ -504,6 +504,7 @@ The time should be in either 24 hour format or am/pm format." (defvar number) (defvar original-date) (defvar diary-entries-list) +;; Autoload for the old way of using this package. Can be removed sometime. ;;;###autoload (defun appt-make-list () "Update the appointments list from today's diary buffer.