diff options
| author | Richard M. Stallman | 1997-08-19 15:36:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-19 15:36:22 +0000 |
| commit | bfca0f6bb9483d66b83f43fa613763b65324725e (patch) | |
| tree | e3cb1f38555c65efde4700fe619f7814b87fcbc1 | |
| parent | 2f9d985f41cbc10d5129c228e27774215e145f45 (diff) | |
| download | emacs-bfca0f6bb9483d66b83f43fa613763b65324725e.tar.gz emacs-bfca0f6bb9483d66b83f43fa613763b65324725e.zip | |
(calendar-julian-date-string): Mark not interactive.
| -rw-r--r-- | lisp/calendar/calendar.el | 3 |
1 files changed, 1 insertions, 2 deletions
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.") | |||
| 1509 | (autoload 'calendar-julian-date-string "cal-julian" | 1509 | (autoload 'calendar-julian-date-string "cal-julian" |
| 1510 | "String of Julian date of Gregorian DATE. | 1510 | "String of Julian date of Gregorian DATE. |
| 1511 | Defaults to today's date if DATE is not given. | 1511 | Defaults to today's date if DATE is not given. |
| 1512 | Driven by the variable `calendar-date-display-form'." | 1512 | Driven by the variable `calendar-date-display-form'.") |
| 1513 | t) | ||
| 1514 | 1513 | ||
| 1515 | (autoload 'calendar-goto-iso-date "cal-iso" | 1514 | (autoload 'calendar-goto-iso-date "cal-iso" |
| 1516 | "Move cursor to ISO date." | 1515 | "Move cursor to ISO date." |