aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-25 05:36:12 +0000
committerRichard M. Stallman1995-11-25 05:36:12 +0000
commitfb30f0ce2c491b55ccd1f207f84da7c31de15461 (patch)
tree10c622e5eceef131e10da732e1a81f898a182e95
parent550d8777e29903407fffc0807575ca3439910b6c (diff)
downloademacs-fb30f0ce2c491b55ccd1f207f84da7c31de15461.tar.gz
emacs-fb30f0ce2c491b55ccd1f207f84da7c31de15461.zip
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 @@
45 45
46(require 'calendar) 46(require 'calendar)
47 47
48(autoload 'list-diary-entries "diary" nil t) 48(autoload 'list-diary-entries "diary-lib" nil t)
49(autoload 'calendar-holiday-list "holidays" nil t) 49(autoload 'calendar-holiday-list "holidays" nil t)
50(autoload 'calendar-iso-from-absolute "cal-iso" nil t) 50(autoload 'calendar-iso-from-absolute "cal-iso" nil t)
51 51
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."
1231 (list-calendar-holidays))) 1231 (list-calendar-holidays)))
1232 (run-hooks 'initial-calendar-window-hook)) 1232 (run-hooks 'initial-calendar-window-hook))
1233 1233
1234(autoload 'view-diary-entries "diary" 1234(autoload 'view-diary-entries "diary-lib"
1235 "Prepare and display a buffer with diary entries. 1235 "Prepare and display a buffer with diary entries.
1236Searches your diary file for entries that match ARG days starting with 1236Searches your diary file for entries that match ARG days starting with
1237the date indicated by the cursor position in the displayed three-month 1237the date indicated by the cursor position in the displayed three-month
@@ -1377,48 +1377,48 @@ Driven by the variable `calendar-date-display-form'."
1377 "String of Ethiopic date of Gregorian date." 1377 "String of Ethiopic date of Gregorian date."
1378 t) 1378 t)
1379 1379
1380(autoload 'show-all-diary-entries "diary" 1380(autoload 'show-all-diary-entries "diary-lib"
1381 "Show all of the diary entries in the diary file. 1381 "Show all of the diary entries in the diary file.
1382This function gets rid of the selective display of the diary file so that 1382This function gets rid of the selective display of the diary file so that
1383all entries, not just some, are visible. If there is no diary buffer, one 1383all entries, not just some, are visible. If there is no diary buffer, one
1384is created." 1384is created."
1385 t) 1385 t)
1386 1386
1387(autoload 'mark-diary-entries "diary" 1387(autoload 'mark-diary-entries "diary-lib"
1388 "Mark days in the calendar window that have diary entries. 1388 "Mark days in the calendar window that have diary entries.
1389Each entry in diary file visible in the calendar window is marked." 1389Each entry in diary file visible in the calendar window is marked."
1390 t) 1390 t)
1391 1391
1392(autoload 'make-diary-entry "diary" 1392(autoload 'make-diary-entry "diary-lib"
1393 "Insert a diary entry STRING which may be NONMARKING in FILE." 1393 "Insert a diary entry STRING which may be NONMARKING in FILE."
1394 t) 1394 t)
1395 1395
1396(autoload 'insert-diary-entry "diary" 1396(autoload 'insert-diary-entry "diary-lib"
1397 "Insert a diary entry for the date indicated by point." 1397 "Insert a diary entry for the date indicated by point."
1398 t) 1398 t)
1399 1399
1400(autoload 'insert-weekly-diary-entry "diary" 1400(autoload 'insert-weekly-diary-entry "diary-lib"
1401 "Insert a weekly diary entry for the day of the week indicated by point." 1401 "Insert a weekly diary entry for the day of the week indicated by point."
1402 t) 1402 t)
1403 1403
1404 1404
1405(autoload 'insert-monthly-diary-entry "diary" 1405(autoload 'insert-monthly-diary-entry "diary-lib"
1406 "Insert a monthly diary entry for the day of the month indicated by point." 1406 "Insert a monthly diary entry for the day of the month indicated by point."
1407 t) 1407 t)
1408 1408
1409(autoload 'insert-yearly-diary-entry "diary" 1409(autoload 'insert-yearly-diary-entry "diary-lib"
1410 "Insert an annual diary entry for the day of the year indicated by point." 1410 "Insert an annual diary entry for the day of the year indicated by point."
1411 t) 1411 t)
1412 1412
1413(autoload 'insert-anniversary-diary-entry "diary" 1413(autoload 'insert-anniversary-diary-entry "diary-lib"
1414 "Insert an anniversary diary entry for the date indicated by point." 1414 "Insert an anniversary diary entry for the date indicated by point."
1415 t) 1415 t)
1416 1416
1417(autoload 'insert-block-diary-entry "diary" 1417(autoload 'insert-block-diary-entry "diary-lib"
1418 "Insert a block diary entry for the dates indicated by point and mark." 1418 "Insert a block diary entry for the dates indicated by point and mark."
1419 t) 1419 t)
1420 1420
1421(autoload 'insert-cyclic-diary-entry "diary" 1421(autoload 'insert-cyclic-diary-entry "diary-lib"
1422 "Insert a cyclic diary entry starting at the date indicated by point." 1422 "Insert a cyclic diary entry starting at the date indicated by point."
1423 t) 1423 t)
1424 1424