diff options
author | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-12-27 17:33:27 +0000 |
---|---|---|
committer | Edward M. Reingold <reingold@emr.cs.iit.edu> | 1995-12-27 17:33:27 +0000 |
commit | 8c06aa69a05a4f560c3d6bc5566b14825cda288a (patch) | |
tree | a7f383c81cdd91add1fe89cfe3e4f3be28e894b1 /lisp/calendar/cal-menu.el | |
parent | 602e0541c78ba0436ae8c52ea478755b706fa01a (diff) | |
download | emacs-8c06aa69a05a4f560c3d6bc5566b14825cda288a.tar.gz |
Put date on top of other-calendars menu.
Diffstat (limited to 'lisp/calendar/cal-menu.el')
-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." (x-popup-menu event (list - "Date Menu" + (concat (calendar-date-string date) " (Gregorian)") (append (list (concat (calendar-date-string date) " (Gregorian)") |