]> git.eshelyaron.com Git - emacs.git/commitdiff
Do not autoload appt-delete.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:56:11 +0000 (18:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:56:11 +0000 (18:56 -0700)
* lisp/calendar/appt.el (appt-delete): Don't autoload it (you can't use it
without having used appt.el already).

lisp/ChangeLog
lisp/calendar/appt.el

index d31abc287e8624759b5b1b215baed86100112f9d..b252e5b47d7ccf98891db1f18b707d035ecd9e56 100644 (file)
@@ -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
index 5e888c6c58c340633af3f82eeea461ff8ebac104..7667caad3362197853e7eceab97e6681e52bdb2b 100644 (file)
@@ -456,7 +456,6 @@ sMinutes before the appointment to start warning: ")
       (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)