aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-07 04:41:23 +0000
committerGlenn Morris2008-03-07 04:41:23 +0000
commitc6b162e93a14407e06f96a4fc3b29f65f49c657c (patch)
treefd369a2ed22e0d66a1d49580c5f5e639345430ee
parent613966a53eef6f1a3a0fc1f9fbd37cb7d825d518 (diff)
downloademacs-c6b162e93a14407e06f96a4fc3b29f65f49c657c.tar.gz
emacs-c6b162e93a14407e06f96a4fc3b29f65f49c657c.zip
(appt-issue-message)
(appt-message-warning-time, appt-audible, appt-visible) (appt-msg-window, appt-display-mode-line, appt-display-duration) (appt-display-diary): Remove autoload cookies.
-rw-r--r--lisp/calendar/appt.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 4c251e8946b..b6c9565835f 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -80,7 +80,6 @@
80 80
81(defvar diary-selective-display) 81(defvar diary-selective-display)
82 82
83;;;###autoload
84(defcustom appt-issue-message t 83(defcustom appt-issue-message t
85 "Non-nil means check for appointments in the diary buffer. 84 "Non-nil means check for appointments in the diary buffer.
86To be detected, the diary entry must have the format described in the 85To be detected, the diary entry must have the format described in the
@@ -92,19 +91,16 @@ documentation of the function `appt-check'."
92 "use the function `appt-activate', and the \ 91 "use the function `appt-activate', and the \
93variable `appt-display-format' instead." "22.1") 92variable `appt-display-format' instead." "22.1")
94 93
95;;;###autoload
96(defcustom appt-message-warning-time 12 94(defcustom appt-message-warning-time 12
97 "Time in minutes before an appointment that the warning begins." 95 "Time in minutes before an appointment that the warning begins."
98 :type 'integer 96 :type 'integer
99 :group 'appt) 97 :group 'appt)
100 98
101;;;###autoload
102(defcustom appt-audible t 99(defcustom appt-audible t
103 "Non-nil means beep to indicate appointment." 100 "Non-nil means beep to indicate appointment."
104 :type 'boolean 101 :type 'boolean
105 :group 'appt) 102 :group 'appt)
106 103
107;;;###autoload
108(defcustom appt-visible t 104(defcustom appt-visible t
109 "Non-nil means display appointment message in echo area. 105 "Non-nil means display appointment message in echo area.
110This variable is only relevant if `appt-msg-window' is nil." 106This variable is only relevant if `appt-msg-window' is nil."
@@ -113,7 +109,6 @@ This variable is only relevant if `appt-msg-window' is nil."
113 109
114(make-obsolete-variable 'appt-visible 'appt-display-format "22.1") 110(make-obsolete-variable 'appt-visible 'appt-display-format "22.1")
115 111
116;;;###autoload
117(defcustom appt-msg-window t 112(defcustom appt-msg-window t
118 "Non-nil means display appointment message in another window. 113 "Non-nil means display appointment message in another window.
119If non-nil, this variable overrides `appt-visible'." 114If non-nil, this variable overrides `appt-visible'."
@@ -142,21 +137,18 @@ of the (obsolete) variables `appt-msg-window' and `appt-visible'."
142 :group 'appt 137 :group 'appt
143 :version "22.1") 138 :version "22.1")
144 139
145;;;###autoload
146(defcustom appt-display-mode-line t 140(defcustom appt-display-mode-line t
147 "Non-nil means display minutes to appointment and time on the mode line. 141 "Non-nil means display minutes to appointment and time on the mode line.
148This is in addition to any other display of appointment messages." 142This is in addition to any other display of appointment messages."
149 :type 'boolean 143 :type 'boolean
150 :group 'appt) 144 :group 'appt)
151 145
152;;;###autoload
153(defcustom appt-display-duration 10 146(defcustom appt-display-duration 10
154 "The number of seconds an appointment message is displayed. 147 "The number of seconds an appointment message is displayed.
155Only relevant if reminders are to be displayed in their own window." 148Only relevant if reminders are to be displayed in their own window."
156 :type 'integer 149 :type 'integer
157 :group 'appt) 150 :group 'appt)
158 151
159;;;###autoload
160(defcustom appt-display-diary t 152(defcustom appt-display-diary t
161 "Non-nil displays the diary when the appointment list is first initialized. 153 "Non-nil displays the diary when the appointment list is first initialized.
162This will occur at midnight when the appointment list is updated." 154This will occur at midnight when the appointment list is updated."