]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid macros from calendar.el so as to break
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)
the nastiest part of the cyclic dependency.
(cal-menu-update): Use dotimes.
(cal-menu-update): Use calendar-increment-month.

lisp/ChangeLog

index dc427d5da7b2cd0847248614df4c971a22d2408d..c84d5c6ce826c7ce81bed447694143f16feb676f 100644 (file)
@@ -1,5 +1,10 @@
 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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.