changeset 19438:3a3578e9593f

(calendar-julian-date-string): Mark not interactive.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Aug 1997 15:36:22 +0000
parents 6591ac0b83d9
children 854e48d82a01
files lisp/calendar/calendar.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Tue Aug 19 15:12:38 1997 +0000
+++ b/lisp/calendar/calendar.el	Tue Aug 19 15:36:22 1997 +0000
@@ -1509,8 +1509,7 @@
 (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."