1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.

This commit is contained in:
Richard M. Stallman 1994-05-28 04:32:32 +00:00
parent 982f12d052
commit 3a7f8079c0

View File

@ -1987,7 +1987,7 @@ ERROR is t, otherwise just returns nil."
(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!"))))))