changeset 93900:1412f1dd8346

(diary-file, european-calendar-style): Remove autoload cookies.
author Glenn Morris <rgm@gnu.org>
date Wed, 09 Apr 2008 07:15:10 +0000
parents b6020a64025d
children fe7d76e8a945
files lisp/calendar/calendar.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Wed Apr 09 07:14:20 2008 +0000
+++ b/lisp/calendar/calendar.el	Wed Apr 09 07:15:10 2008 +0000
@@ -353,7 +353,6 @@
   :type 'hook
   :group 'calendar-hooks)
 
-;;;###autoload
 (defcustom diary-file "~/diary"
   "Name of the file in which one's personal diary of dates is kept.
 
@@ -474,7 +473,6 @@
 (define-obsolete-variable-alias 'bahai-diary-entry-symbol
   'diary-bahai-entry-symbol "23.1")
 
-;;;###autoload
 (defcustom european-calendar-style nil
   "Non-nil means use the European style of dates in the diary and display.
 In this case, a date like 1/2/1990 would be interpreted as
@@ -494,7 +492,6 @@
            (calendar-set-date-style 'american)))
   :group 'diary)
 
-;;;###autoload
 (make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
 
 ;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.