From: Edward M. Reingold Date: Fri, 22 Jul 1994 20:43:39 +0000 (+0000) Subject: Change reference from renamed calendar-current-month to calendar-goto-today. X-Git-Tag: emacs-19.34~7545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8cf82e8a5952174100ab47c15b7df41325b274e;p=emacs.git Change reference from renamed calendar-current-month to calendar-goto-today. --- diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index f3ff24765f2..67025412a8b 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -120,7 +120,7 @@ (define-key calendar-mode-map [menu-bar goto beginning-of-week] '("Beginning of week" . calendar-beginning-of-week)) (define-key calendar-mode-map [menu-bar goto today] - '("Today" . calendar-current-month)) + '("Today" . calendar-goto-today)) (define-key calendar-mode-map [menu-bar goto mayan prev-rnd]