From: Glenn Morris Date: Tue, 8 Apr 2008 07:31:13 +0000 (+0000) Subject: (calendar-date-style): Remove autoload cookie. X-Git-Tag: emacs-pretest-23.0.90~6446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa2d26b396f7afb8dd44bea134a2ba104dddd543;p=emacs.git (calendar-date-style): Remove autoload cookie. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index fd2ac255498..716215d074f 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -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.