aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-17 17:01:55 +0000
committerRichard M. Stallman1995-11-17 17:01:55 +0000
commit07986bc4608e4e536142a46fcfd2fc4dd59df104 (patch)
tree3f12dc792b28234aeef77ecdb2535b6590469578 /lisp/calendar
parente75e28533df3f5fdc61b49dd8df74380341fc0c0 (diff)
downloademacs-07986bc4608e4e536142a46fcfd2fc4dd59df104.tar.gz
emacs-07986bc4608e4e536142a46fcfd2fc4dd59df104.zip
(calendar-julian-date-string): Autoload this.
Diffstat (limited to 'lisp/calendar')
-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.")
1315 "Move cursor to Julian DATE; echo Julian date unless NOECHO is t." 1315 "Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
1316 t) 1316 t)
1317 1317
1318(autoload 'calendar-julian-date-string "cal-julian"
1319 "String of Julian date of Gregorian DATE.
1320Defaults to today's date if DATE is not given.
1321Driven by the variable `calendar-date-display-form'."
1322 t)
1323
1318(autoload 'calendar-goto-iso-date "cal-iso" 1324(autoload 'calendar-goto-iso-date "cal-iso"
1319 "Move cursor to ISO date." 1325 "Move cursor to ISO date."
1320 t) 1326 t)