]> git.eshelyaron.com Git - emacs.git/commitdiff
(calendar-date-style): Remove autoload cookie.
authorGlenn Morris <rgm@gnu.org>
Tue, 8 Apr 2008 07:31:13 +0000 (07:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 8 Apr 2008 07:31:13 +0000 (07:31 +0000)
lisp/calendar/calendar.el

index fd2ac255498517f381546a6a7645d86a5f9dcab3..716215d074f18242c7a5a27d601edf9280541dff 100644 (file)
@@ -497,8 +497,7 @@ calendar package is already loaded).  Rather, use either
 ;;;###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.