diff options
| author | Glenn Morris | 2010-10-02 18:56:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-02 18:56:11 -0700 |
| commit | 59e31cfa13b938594e0c41e28b05826cae97ae77 (patch) | |
| tree | bbc0fafde9eb1778d201c77158e43b7cee328db6 | |
| parent | 922ad43e819f6ec964ece3e8caa25be1bd8bac53 (diff) | |
| download | emacs-59e31cfa13b938594e0c41e28b05826cae97ae77.tar.gz emacs-59e31cfa13b938594e0c41e28b05826cae97ae77.zip | |
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).
| -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 @@ | |||
| 1 | 2010-10-03 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * calendar/appt.el (appt-delete): Don't autoload it (you can't use it | ||
| 4 | without having used appt.el already). | ||
| 5 | |||
| 3 | * subr.el (make-local-hook): Remove function obsolete since 21.1. | 6 | * subr.el (make-local-hook): Remove function obsolete since 21.1. |
| 4 | * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff. | 7 | * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff. |
| 5 | (c-basic-common-init, c-font-lock-init): Only call make-local-hook on | 8 | (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: ") | |||
| 456 | (setq appt-time-msg-list | 456 | (setq appt-time-msg-list |
| 457 | (appt-sort-list (nconc appt-time-msg-list (list time-msg))))))) | 457 | (appt-sort-list (nconc appt-time-msg-list (list time-msg))))))) |
| 458 | 458 | ||
| 459 | ;;;###autoload | ||
| 460 | (defun appt-delete () | 459 | (defun appt-delete () |
| 461 | "Delete an appointment from the list of appointments." | 460 | "Delete an appointment from the list of appointments." |
| 462 | (interactive) | 461 | (interactive) |