From 3a7f8079c0e1d61ca6cfbeecd9bae6aec14a88a0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 04:32:32 +0000 Subject: [PATCH] (calendar-cursor-to-date): Rename starred-day to calendar-starred-day. --- lisp/calendar/calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 37069fa0a00..18e9dbee947 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -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!")))))) -- 2.39.5