changeset 93485:bbd30b42485a

(Commentary): Point to calendar.el. (cal-menu-holidays-menu): Use calendar-mark-holidays rather than obsolete alias.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Apr 2008 02:42:35 +0000
parents 0c5143f2417b
children b9615f927009
files lisp/calendar/cal-menu.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"