summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-17 17:01:55 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-17 17:01:55 +0000
commit893cb712c81a17c9603c71d066e4f0b30a34038d (patch)
treed5213d7cafe842a6480970da2cf70c0ee22fa177 /lisp
parent4e05b507a09a8909663e9e863ec6ec6ea2ca5e49 (diff)
downloademacs-893cb712c81a17c9603c71d066e4f0b30a34038d.tar.gz
(calendar-julian-date-string): Autoload this.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/calendar.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index ea3c0635798..e62c9b3cf8c 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1315,6 +1315,12 @@ Gregorian date Sunday, December 31, 1 BC.")
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t)
+(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)
+
(autoload 'calendar-goto-iso-date "cal-iso"
"Move cursor to ISO date."
t)