aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-04-02 06:34:21 +0000
committerGlenn Morris2009-04-02 06:34:21 +0000
commit64b7c58a6749a393d4dd5436dd1c8ae441d6e3f9 (patch)
tree08b5a6f9ec1221dd5caa3f40b1c70096b4eca9a1
parent6f8eab73b40369408c6e7e009615b8e709ad03b3 (diff)
downloademacs-64b7c58a6749a393d4dd5436dd1c8ae441d6e3f9.tar.gz
emacs-64b7c58a6749a393d4dd5436dd1c8ae441d6e3f9.zip
(calendar-holidays): Don't autoload it. (Bug#2811)
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/calendar/holidays.el4
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5751cf1422..5a4fcd6d0af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-04-02 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
4
5 * calendar/holidays.el (calendar-holidays):
6 Don't autoload it. (Bug#2811)
7
12009-04-02 Kenichi Handa <handa@m17n.org> 82009-04-02 Kenichi Handa <handa@m17n.org>
2 9
3 * international/fontset.el (setup-default-fontset): Specify 10 * international/fontset.el (setup-default-fontset): Specify
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 916a2671771..c1c38351fb1 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -319,7 +319,9 @@ See the documentation for `calendar-holidays' for details."
319;;;###autoload 319;;;###autoload
320(define-obsolete-variable-alias 'solar-holidays 'holiday-solar-holidays "23.1") 320(define-obsolete-variable-alias 'solar-holidays 'holiday-solar-holidays "23.1")
321 321
322;;;###autoload 322;; This one should not be autoloaded, else .emacs changes of
323;; holiday-general-holidays etc have no effect.
324;; FIXME should have some :set-after.
323(defcustom calendar-holidays 325(defcustom calendar-holidays
324 (append holiday-general-holidays holiday-local-holidays 326 (append holiday-general-holidays holiday-local-holidays
325 holiday-other-holidays holiday-christian-holidays 327 holiday-other-holidays holiday-christian-holidays