# HG changeset patch # User Richard M. Stallman # Date 739087966 0 # Node ID b7d345eaae47ad61742422b7fc5b1c9ac15a8f76 # Parent ed2a17aac4cd846224c3b348e2092ee472a6c9f7 (calendar-mode): Doc fix. (calendar-mark-ring): New defvar. diff -r ed2a17aac4cd -r b7d345eaae47 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Thu Jun 03 05:56:44 1993 +0000 +++ b/lisp/calendar/calendar.el Thu Jun 03 06:12:46 1993 +0000 @@ -735,6 +735,8 @@ (or in the fancy diary buffer next to the date). This slows down the diary functions somewhat; setting it to nil will make the diary display faster.") +(defvar calendar-mark-ring nil) + ;;;###autoload (defvar general-holidays '((fixed 1 1 "New Year's Day") @@ -1673,7 +1675,7 @@ \\[print-diary-entries] print diary entries Displaying the diary entries causes the diary entries from the diary-file -(for the date indicated by the cursor in the calendar window) to be +\(for the date indicated by the cursor in the calendar window) to be displayed in another window. This function takes an integer argument that specifies the number of days of calendar entries to be displayed, starting with the date indicated by the cursor.