comparison lisp/calendar/calendar.el @ 4086:26e6084c5885

* calendar.el (calendar-holidays): Don't autoload this; its value must be set after the user's .emacs file is loaded.
author Jim Blandy <jimb@redhat.com>
date Wed, 14 Jul 1993 07:24:36 +0000
parents 2c6883d0a1b2
children 8e236d4ce64b
comparison
equal deleted inserted replaced
4085:854420a44661 4086:26e6084c5885
753 'daylight) 753 'daylight)
754 "")))) 754 ""))))
755 "*Sun-related holidays. 755 "*Sun-related holidays.
756 See the documentation for `calendar-holidays' for details.") 756 See the documentation for `calendar-holidays' for details.")
757 757
758 ;;;###autoload
759 (defvar calendar-holidays 758 (defvar calendar-holidays
760 (append general-holidays local-holidays other-holidays 759 (append general-holidays local-holidays other-holidays
761 christian-holidays hebrew-holidays islamic-holidays 760 christian-holidays hebrew-holidays islamic-holidays
762 solar-holidays) 761 solar-holidays)
763 "*List of notable days for the command M-x holidays. 762 "*List of notable days for the command M-x holidays.