emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101742: Do not autoload appt-delete.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101742: Do not autoload appt-delete.
Date: Sat, 02 Oct 2010 18:56:11 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101742
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-02 18:56:11 -0700
message:
  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).
modified:
  lisp/ChangeLog
  lisp/calendar/appt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-03 01:53:04 +0000
+++ b/lisp/ChangeLog    2010-10-03 01:56:11 +0000
@@ -1,5 +1,8 @@
 2010-10-03  Glenn Morris  <address@hidden>
 
+       * 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

=== modified file 'lisp/calendar/appt.el'
--- a/lisp/calendar/appt.el     2010-09-30 02:15:17 +0000
+++ b/lisp/calendar/appt.el     2010-10-03 01:56:11 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]