diff lisp/calendar/appt.el @ 957:2619b7a9c11e

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Wed, 12 Aug 1992 12:50:10 +0000
parents 587a08c3a70b
children c7badee38b64
line wrap: on
line diff
--- a/lisp/calendar/appt.el	Wed Aug 12 12:49:57 1992 +0000
+++ b/lisp/calendar/appt.el	Wed Aug 12 12:50:10 1992 +0000
@@ -107,29 +107,37 @@
 
 ;;; Code:
 
+;;;###autoload
 (defvar appt-issue-message t
   "*Non-nil means check for appointments in the diary buffer.
 To be detected, the diary entry must have the time
 as the first thing on a line.")
 
+;;;###autoload
 (defvar appt-message-warning-time 10
   "*Time in minutes before an appointment that the warning begins.")
 
+;;;###autoload
 (defvar appt-audible t
   "*Non-nil means beep to indicate appointment.")
 
+;;;###autoload
 (defvar appt-visible t
   "*Non-nil means display appointment message in echo area.")
 
+;;;###autoload
 (defvar appt-display-mode-line t
   "*Non-nil means display minutes to appointment and time on the mode line.")
 
+;;;###autoload
 (defvar appt-msg-window t
   "*Non-nil means display appointment message in another window.")
 
+;;;###autoload
 (defvar appt-display-duration 5
   "*The number of seconds an appointment message is displayed.")
 
+;;;###autoload
 (defvar appt-display-diary t
   "*Non-nil means to display the next days diary on the screen. 
 This will occur at midnight when the appointment list is updated.")