changeset 7714:f90c3d5352e9

(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 04:32:32 +0000
parents 44a712d8ba03
children 79342f44134d
files lisp/calendar/calendar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Sat May 28 04:27:04 1994 +0000
+++ b/lisp/calendar/calendar.el	Sat May 28 04:32:32 1994 +0000
@@ -1987,7 +1987,7 @@
           (save-excursion
             (re-search-backward "[^*]")
             (if (looking-at ".\\*\\*")
-                (list month starred-day year)
+                (list month calendar-starred-day year)
               (if error (error "Not on a date!"))))
         (if error (error "Not on a date!"))))))