diff options
| -rw-r--r-- | lisp/calendar/cal-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index ef604d58bca..3baaa376323 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -382,7 +382,7 @@ The output is in landscape format, one month to a page." | |||
| 382 | (x-popup-menu | 382 | (x-popup-menu |
| 383 | event | 383 | event |
| 384 | (list | 384 | (list |
| 385 | "Date Menu" | 385 | (concat (calendar-date-string date) " (Gregorian)") |
| 386 | (append | 386 | (append |
| 387 | (list | 387 | (list |
| 388 | (concat (calendar-date-string date) " (Gregorian)") | 388 | (concat (calendar-date-string date) " (Gregorian)") |