# HG changeset patch # User Glenn Morris # Date 1207639873 0 # Node ID e4a7737b7ba2a10dba3ee17726f11cad6b4f4ee8 # Parent 042fe558f6ee841f7963a2aa6fb1d9fc40a39ff5 (calendar-date-style): Remove autoload cookie. diff -r 042fe558f6ee -r e4a7737b7ba2 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Tue Apr 08 07:08:24 2008 +0000 +++ b/lisp/calendar/calendar.el Tue Apr 08 07:31:13 2008 +0000 @@ -497,8 +497,7 @@ ;;;###autoload (make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1") -;; Used by various other packages. -;;;###autoload +;; If this is autoloaded, c-d-s gets set before any customization of e-c-s. (defcustom calendar-date-style (if european-calendar-style 'european 'american) "Your preferred style for writing dates.