From: Glenn Morris Date: Tue, 1 Apr 2008 02:42:35 +0000 (+0000) Subject: (Commentary): Point to calendar.el. X-Git-Tag: emacs-pretest-23.0.90~6729 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=714b503452afa994e423b1f42ff7362c606df377;p=emacs.git (Commentary): Point to calendar.el. (cal-menu-holidays-menu): Use calendar-mark-holidays rather than obsolete alias. --- diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 2e2fcd76607..dd306750d68 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el @@ -28,8 +28,7 @@ ;;; Commentary: -;; This collection of functions implements menu bar and popup menu support for -;; calendar.el. +;; See calendar.el. ;;; Code: @@ -109,7 +108,7 @@ (nreverse l)) "--" ["Unmark Calendar" calendar-unmark] - ["Mark Holidays" mark-calendar-holidays])) + ["Mark Holidays" calendar-mark-holidays])) (defconst cal-menu-goto-menu '("Go To"