# HG changeset patch # User Glenn Morris # Date 1207017755 0 # Node ID bbd30b42485a53997061a83cd53c1fde72f9cc56 # Parent 0c5143f2417bf4f35aea86a11453291d12696815 (Commentary): Point to calendar.el. (cal-menu-holidays-menu): Use calendar-mark-holidays rather than obsolete alias. diff -r 0c5143f2417b -r bbd30b42485a lisp/calendar/cal-menu.el --- a/lisp/calendar/cal-menu.el Tue Apr 01 02:42:05 2008 +0000 +++ b/lisp/calendar/cal-menu.el Tue Apr 01 02:42:35 2008 +0000 @@ -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"