changeset 93846:e4a7737b7ba2

(calendar-date-style): Remove autoload cookie.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Apr 2008 07:31:13 +0000
parents 042fe558f6ee
children c3db88579de4
files lisp/calendar/calendar.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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.