From: Richard M. Stallman Date: Sat, 28 Aug 1999 15:21:55 +0000 (+0000) Subject: (calendar-goto-astro-day-number): Autoload the right function name. X-Git-Tag: emacs-pretest-21.0.90~7029 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=435d749ca86ce3c1a4f84a460ad51abcecbc0429;p=emacs.git (calendar-goto-astro-day-number): Autoload the right function name. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a8132311dfb..9061cdba76e 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1510,7 +1510,7 @@ calendar." "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)