From 59e31cfa13b938594e0c41e28b05826cae97ae77 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Oct 2010 18:56:11 -0700 Subject: [PATCH] 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). --- lisp/ChangeLog | 3 +++ lisp/calendar/appt.el | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5