aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-28 04:32:32 +0000
committerRichard M. Stallman <[email protected]>1994-05-28 04:32:32 +0000
commit3a7f8079c0e1d61ca6cfbeecd9bae6aec14a88a0 (patch)
tree5516d0a6c5091af6f5c0b94dbd34687c5b8bd2a1 /lisp
parent982f12d0522f25abc0301f4c125dfc239f24abae (diff)
(calendar-cursor-to-date): Rename starred-day to calendar-starred-day.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/calendar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 37069fa0a0..18e9dbee94 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!"))))))