# HG changeset patch # User Glenn Morris # Date 1207799032 0 # Node ID a90650368da6e8298302e582419d68bc15784ac9 # Parent 6819f30b721b4d927ae711035e9f77aafe2ef5f7 Require diary-lib rather than calendar. (appt): Add :prefix. diff -r 6819f30b721b -r a90650368da6 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Thu Apr 10 03:41:41 2008 +0000 +++ b/lisp/calendar/appt.el Thu Apr 10 03:43:52 2008 +0000 @@ -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 @@ (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.