From: Richard M. Stallman Date: Sat, 28 May 1994 04:32:32 +0000 (+0000) Subject: (calendar-cursor-to-date): Rename starred-day to calendar-starred-day. X-Git-Tag: emacs-19.34~8139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a7f8079c0e1d61ca6cfbeecd9bae6aec14a88a0;p=emacs.git (calendar-cursor-to-date): Rename starred-day to calendar-starred-day. --- 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!"))))))