From 29ca115fea302fc9dd6947faaf66ad8a9a2f8634 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 15 Jan 2008 22:36:18 +0000 Subject: [PATCH] (cal-menu-holidays-menu): Comment update. --- lisp/calendar/cal-menu.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 2846c283c15..38c14c80b14 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -141,7 +141,10 @@ "--" ,@(let ((l ())) ;; Show 11 years--5 before, 5 after year of middle month. + ;; We used to use :suffix rather than :label and bumped into + ;; an easymenu bug: ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html + ;; The bug has since been fixed. (dotimes (i 11) (push (vector (format "hol-year-%d" i) `(lambda () -- 2.39.5