diff options
author | Jim Blandy <jimb@redhat.com> | 1993-07-14 07:24:36 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-07-14 07:24:36 +0000 |
commit | 2f88891677d36a9826395f727fe97d4117cc13e6 (patch) | |
tree | bc5b23a668560699f612c7166d1dd3a3709936bd | |
parent | bb5fa23256a3aebfb114efce1c02eba26fee93e5 (diff) | |
download | emacs-2f88891677d36a9826395f727fe97d4117cc13e6.tar.gz |
* calendar.el (calendar-holidays): Don't autoload this; its value
must be set after the user's .emacs file is loaded.
-rw-r--r-- | lisp/calendar/calendar.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |