From: Stefan Monnier Date: Tue, 24 Jan 2006 17:14:16 +0000 (+0000) Subject: Avoid macros from calendar.el so as to break X-Git-Tag: emacs-pretest-22.0.90~4601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8823bf41718e5ba1b07abf7bc3c22da6c46b746;p=emacs.git Avoid macros from calendar.el so as to break the nastiest part of the cyclic dependency. (cal-menu-update): Use dotimes. (cal-menu-update): Use calendar-increment-month. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc427d5da7b..c84d5c6ce82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2006-01-24 Stefan Monnier + * calendar/cal-menu.el: Avoid macros from calendar.el so as to break + the nastiest part of the cyclic dependency. + (cal-menu-update): Use dotimes. + (cal-menu-update): Use calendar-increment-month. + * calendar/calendar.el: Remove unnecessary leading stars in docstrings. (calendar-week-start-day): Add an :initializer. (calendar-mode-map): Use suppress-keymap, and command remapping.