# HG changeset patch # User Richard M. Stallman # Date 770099552 0 # Node ID f90c3d5352e9e32a6e2049404a227613819d31c5 # Parent 44a712d8ba034e74e3b8c6298bc3a4cf974ff57c (calendar-cursor-to-date): Rename starred-day to calendar-starred-day. diff -r 44a712d8ba03 -r f90c3d5352e9 lisp/calendar/calendar.el --- 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!"))))))