From aa2d26b396f7afb8dd44bea134a2ba104dddd543 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 8 Apr 2008 07:31:13 +0000 Subject: [PATCH] (calendar-date-style): Remove autoload cookie. --- lisp/calendar/calendar.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.39.5