summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-25 05:36:12 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-25 05:36:12 +0000
commitff15caa52f74a1960f77d3c95b54e0fa30a93aec (patch)
tree6bd3e6ed52a63e9098f2c4aba9a2de0ca75ef43c
parent32bcbb492d56fc3d1d29deba0496f1cd0fed1518 (diff)
downloademacs-ff15caa52f74a1960f77d3c95b54e0fa30a93aec.tar.gz
Use new file name diary-lib.
-rw-r--r--lisp/calendar/cal-tex.el2
-rw-r--r--lisp/calendar/calendar.el22
2 files changed, 12 insertions, 12 deletions
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el
index 0012009f2b0..642a7677d96 100644
--- a/lisp/calendar/cal-tex.el
+++ b/lisp/calendar/cal-tex.el
@@ -45,7 +45,7 @@
(require 'calendar)
-(autoload 'list-diary-entries "diary" nil t)
+(autoload 'list-diary-entries "diary-lib" nil t)
(autoload 'calendar-holiday-list "holidays" nil t)
(autoload 'calendar-iso-from-absolute "cal-iso" nil t)
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 6825cfe9d4f..3bfee2b4195 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -1231,7 +1231,7 @@ to be replaced by asterisks to highlight it whenever it is in the window."
(list-calendar-holidays)))
(run-hooks 'initial-calendar-window-hook))
-(autoload 'view-diary-entries "diary"
+(autoload 'view-diary-entries "diary-lib"
"Prepare and display a buffer with diary entries.
Searches your diary file for entries that match ARG days starting with
the date indicated by the cursor position in the displayed three-month
@@ -1377,48 +1377,48 @@ Driven by the variable `calendar-date-display-form'."
"String of Ethiopic date of Gregorian date."
t)
-(autoload 'show-all-diary-entries "diary"
+(autoload 'show-all-diary-entries "diary-lib"
"Show all of the diary entries in the diary file.
This function gets rid of the selective display of the diary file so that
all entries, not just some, are visible. If there is no diary buffer, one
is created."
t)
-(autoload 'mark-diary-entries "diary"
+(autoload 'mark-diary-entries "diary-lib"
"Mark days in the calendar window that have diary entries.
Each entry in diary file visible in the calendar window is marked."
t)
-(autoload 'make-diary-entry "diary"
+(autoload 'make-diary-entry "diary-lib"
"Insert a diary entry STRING which may be NONMARKING in FILE."
t)
-(autoload 'insert-diary-entry "diary"
+(autoload 'insert-diary-entry "diary-lib"
"Insert a diary entry for the date indicated by point."
t)
-(autoload 'insert-weekly-diary-entry "diary"
+(autoload 'insert-weekly-diary-entry "diary-lib"
"Insert a weekly diary entry for the day of the week indicated by point."
t)
-(autoload 'insert-monthly-diary-entry "diary"
+(autoload 'insert-monthly-diary-entry "diary-lib"
"Insert a monthly diary entry for the day of the month indicated by point."
t)
-(autoload 'insert-yearly-diary-entry "diary"
+(autoload 'insert-yearly-diary-entry "diary-lib"
"Insert an annual diary entry for the day of the year indicated by point."
t)
-(autoload 'insert-anniversary-diary-entry "diary"
+(autoload 'insert-anniversary-diary-entry "diary-lib"
"Insert an anniversary diary entry for the date indicated by point."
t)
-(autoload 'insert-block-diary-entry "diary"
+(autoload 'insert-block-diary-entry "diary-lib"
"Insert a block diary entry for the dates indicated by point and mark."
t)
-(autoload 'insert-cyclic-diary-entry "diary"
+(autoload 'insert-cyclic-diary-entry "diary-lib"
"Insert a cyclic diary entry starting at the date indicated by point."
t)