From: Richard M. Stallman Date: Tue, 19 Aug 1997 15:36:22 +0000 (+0000) Subject: (calendar-julian-date-string): Mark not interactive. X-Git-Tag: emacs-20.1~510 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfca0f6bb9483d66b83f43fa613763b65324725e;p=emacs.git (calendar-julian-date-string): Mark not interactive. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 3263ece1333..5936025e7cc 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1509,8 +1509,7 @@ Gregorian date Sunday, December 31, 1 BC.") (autoload 'calendar-julian-date-string "cal-julian" "String of Julian date of Gregorian DATE. Defaults to today's date if DATE is not given. -Driven by the variable `calendar-date-display-form'." - t) +Driven by the variable `calendar-date-display-form'.") (autoload 'calendar-goto-iso-date "cal-iso" "Move cursor to ISO date."