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:
parent
982f12d052
commit
3a7f8079c0
@ -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!"))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user