+2008-04-09 Glenn Morris <rgm@gnu.org>
+
+ * calendar/calendar.el (diary-file, european-calendar-style):
+ Remove autoload cookies.
+
2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
* outline.el (outline-mode-menu-bar-map):
:type 'hook
:group 'calendar-hooks)
-;;;###autoload
(defcustom diary-file "~/diary"
"Name of the file in which one's personal diary of dates is kept.
(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
(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.