diff lisp/calendar/calendar.el @ 93846:e4a7737b7ba2

(calendar-date-style): Remove autoload cookie.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Apr 2008 07:31:13 +0000
parents bf9ef749c23e
children 1412f1dd8346
line wrap: on
line diff
--- 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.