From: Glenn Morris Date: Sun, 3 Oct 2010 01:56:11 +0000 (-0700) Subject: Do not autoload appt-delete. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59e31cfa13b938594e0c41e28b05826cae97ae77;p=emacs.git 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index d31abc287e8..b252e5b47d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 5e888c6c58c..7667caad336 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -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)