# HG changeset patch # User Stefan Monnier # Date 1138122856 0 # Node ID a6368248195454dde85183dafbf6343dbcc102b7 # Parent f148491791ae23f8b2b58e702c51dc1012ad7a5c 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 -r f148491791ae -r a63682481954 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 24 17:07:29 2006 +0000 +++ b/lisp/ChangeLog Tue Jan 24 17:14:16 2006 +0000 @@ -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.