Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6dcba8a3
Commit
6dcba8a3
authored
Nov 14, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(calendar-julian-from-absolute): Autoload it.
parent
a80a30b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/calendar/calendar.el
lisp/calendar/calendar.el
+5
-0
No files found.
lisp/calendar/calendar.el
View file @
6dcba8a3
...
...
@@ -1306,6 +1306,11 @@ calendar."
"String of Chinese date of Gregorian date."
t
)
(
autoload
'calendar-julian-from-absolute
"cal-julian"
"Compute the Julian (month day year) corresponding to the absolute DATE.
The absolute date is the number of days elapsed since the (imaginary)
Gregorian date Sunday, December 31, 1 BC."
)
(
autoload
'calendar-goto-julian-date
"cal-julian"
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment