aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calendar/cal-menu.el3
1 files changed, 3 insertions, 0 deletions
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 @@
141 "--" 141 "--"
142 ,@(let ((l ())) 142 ,@(let ((l ()))
143 ;; Show 11 years--5 before, 5 after year of middle month. 143 ;; Show 11 years--5 before, 5 after year of middle month.
144 ;; We used to use :suffix rather than :label and bumped into
145 ;; an easymenu bug:
144 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html 146 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01813.html
147 ;; The bug has since been fixed.
145 (dotimes (i 11) 148 (dotimes (i 11)
146 (push (vector (format "hol-year-%d" i) 149 (push (vector (format "hol-year-%d" i)
147 `(lambda () 150 `(lambda ()