# HG changeset patch # User Glenn Morris # Date 1286070971 25200 # Node ID 34826102748fec5f9eb21f88a885a508298aedb1 # Parent 06aa6ebe38fa634a87ddbc4e40aae25d579e82bb 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). diff -r 06aa6ebe38fa -r 34826102748f lisp/ChangeLog --- 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 + * 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 diff -r 06aa6ebe38fa -r 34826102748f lisp/calendar/appt.el --- 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)