From 2f88891677d36a9826395f727fe97d4117cc13e6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 14 Jul 1993 07:24:36 +0000 Subject: [PATCH] * calendar.el (calendar-holidays): Don't autoload this; its value must be set after the user's .emacs file is loaded. --- lisp/calendar/calendar.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index f52b957f170..4994658f5b4 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -755,7 +755,6 @@ See the documentation for `calendar-holidays' for details.") "*Sun-related holidays. See the documentation for `calendar-holidays' for details.") -;;;###autoload (defvar calendar-holidays (append general-holidays local-holidays other-holidays christian-holidays hebrew-holidays islamic-holidays -- 2.39.5