# HG changeset patch # User Richard M. Stallman # Date 935853715 0 # Node ID 27c66621737f1ff7fe134dc8138e51ec75aee463 # Parent 0d68ae69cd8cdf75e156b06406549257ba2def74 (calendar-goto-astro-day-number): Autoload the right function name. diff -r 0d68ae69cd8c -r 27c66621737f lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sat Aug 28 15:20:18 1999 +0000 +++ b/lisp/calendar/calendar.el Sat Aug 28 15:21:55 1999 +0000 @@ -1510,7 +1510,7 @@ "String of astronomical (Julian) day number of Gregorian date." t) -(autoload 'calendar-goto-astro-date "cal-julian" +(autoload 'calendar-goto-astro-day-number "cal-julian" "Move cursor to astronomical (Julian) day number." t)