diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-02 18:56:11 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-02 18:56:11 -0700 |
commit | 59e31cfa13b938594e0c41e28b05826cae97ae77 (patch) | |
tree | bbc0fafde9eb1778d201c77158e43b7cee328db6 /lisp | |
parent | 922ad43e819f6ec964ece3e8caa25be1bd8bac53 (diff) | |
download | emacs-59e31cfa13b938594e0c41e28b05826cae97ae77.tar.gz |
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).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/calendar/appt.el | 1 |
2 files changed, 3 insertions, 1 deletions
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 <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 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) |