diff options
Diffstat (limited to 'lisp')
| -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!")))))) |
