changeset 110714:34826102748f

Do not autoload appt-delete. * lisp/calendar/appt.el (appt-delete): Don't autoload it (you can't use it without having used appt.el already).
author Glenn Morris <rgm@gnu.org>
date Sat, 02 Oct 2010 18:56:11 -0700
parents 06aa6ebe38fa
children d424d0c7a36c
files lisp/ChangeLog lisp/calendar/appt.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 02 18:53:04 2010 -0700
+++ b/lisp/ChangeLog	Sat Oct 02 18:56:11 2010 -0700
@@ -1,5 +1,8 @@
 2010-10-03  Glenn Morris  <rgm@gnu.org>
 
+	* calendar/appt.el (appt-delete): Don't autoload it (you can't use it
+	without having used appt.el already).
+
 	* subr.el (make-local-hook): Remove function obsolete since 21.1.
 	* progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
 	(c-basic-common-init, c-font-lock-init): Only call make-local-hook on
--- a/lisp/calendar/appt.el	Sat Oct 02 18:53:04 2010 -0700
+++ b/lisp/calendar/appt.el	Sat Oct 02 18:56:11 2010 -0700
@@ -456,7 +456,6 @@
       (setq appt-time-msg-list
             (appt-sort-list (nconc appt-time-msg-list (list time-msg)))))))
 
-;;;###autoload
 (defun appt-delete ()
   "Delete an appointment from the list of appointments."
   (interactive)