diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-28 04:32:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-28 04:32:32 +0000 |
commit | 3a7f8079c0e1d61ca6cfbeecd9bae6aec14a88a0 (patch) | |
tree | 5516d0a6c5091af6f5c0b94dbd34687c5b8bd2a1 /lisp/calendar/calendar.el | |
parent | 982f12d0522f25abc0301f4c125dfc239f24abae (diff) | |
download | emacs-3a7f8079c0e1d61ca6cfbeecd9bae6aec14a88a0.tar.gz |
(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
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!")))))) |