giacomo boffi <giacomo.boffi(a)polimi.it> writes in xemacs-beta(a)xemacs.org:
 in calendar, "A" is bound to appt-add, that is defined in
appt.el, but
 somehow the calendar package lacks to define an autoload for appt-add 
O.K.  There's a bug in your bug report, btw :-).  `appt-delete' has
the same problem ...
I am in the midst of other changes to calendar.  The following patch
will be in the next update.
1999-06-24  SL Baur  <steve(a)miho.m17n.org>
	* appt.el (appt-add): Autoload.
	(appt-delete): Ditto.
Index: appt.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/oa/calendar/appt.el,v
retrieving revision 1.3
diff -u -r1.3 appt.el
--- appt.el	1998/09/08 05:53:00	1.3
+++ appt.el	1999/06/24 05:03:33
@@ -600,7 +600,7 @@
 
 
 ;;; Interactively adding and deleting appointments
-
+;;;###autoload
 (defun appt-add (new-appt-time new-appt-msg)
   "Add an appointment for the day at TIME and issue MESSAGE.
 The time should be in either 24 hour format or am/pm format."
@@ -617,6 +617,7 @@
                                      (list time-msg)))
     (setq appt-time-msg-list (appt-sort-list appt-time-msg-list)))) 
 
+;;;###autoload
 (defun appt-delete ()
   "Delete an appointment from the list of appointments."
   (interactive)
-- 
落花枝に帰らず破鏡再び照らさず