emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/appt.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/appt.el,v
Date: Thu, 10 Apr 2008 03:43:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/10 03:43:52

Index: appt.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/appt.el,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- appt.el     2 Apr 2008 03:51:47 -0000       1.87
+++ appt.el     10 Apr 2008 03:43:52 -0000      1.88
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]