aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 37069fa0a00..18e9dbee947 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1987,7 +1987,7 @@ ERROR is t, otherwise just returns nil."
1987 (save-excursion 1987 (save-excursion
1988 (re-search-backward "[^*]") 1988 (re-search-backward "[^*]")
1989 (if (looking-at ".\\*\\*") 1989 (if (looking-at ".\\*\\*")
1990 (list month starred-day year) 1990 (list month calendar-starred-day year)
1991 (if error (error "Not on a date!")))) 1991 (if error (error "Not on a date!"))))
1992 (if error (error "Not on a date!")))))) 1992 (if error (error "Not on a date!"))))))
1993 1993