aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/calendar.el3
1 files changed, 1 insertions, 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
497;;;###autoload 497;;;###autoload
498(make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1") 498(make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
499 499
500;; Used by various other packages. 500;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.
501;;;###autoload
502(defcustom calendar-date-style (if european-calendar-style 'european 501(defcustom calendar-date-style (if european-calendar-style 'european
503 'american) 502 'american)
504 "Your preferred style for writing dates. 503 "Your preferred style for writing dates.