comparison lisp/calendar/calendar.el @ 7996:bf04e77f34dc

Fix references to diary.el.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Jun 1994 19:10:54 +0000
parents 866b98279551
children 1c621b9896c0
comparison
equal deleted inserted replaced
7995:7f68b0db826f 7996:bf04e77f34dc
50 ;; is available. 50 ;; is available.
51 51
52 ;; The following files are part of the calendar/diary code: 52 ;; The following files are part of the calendar/diary code:
53 53
54 ;; cal-menu.el Menu support 54 ;; cal-menu.el Menu support
55 ;; diary.el, diary-ins.el Diary functions 55 ;; diary-lib.el, diary-ins.el Diary functions
56 ;; holidays.el Holiday functions 56 ;; holidays.el Holiday functions
57 ;; cal-french.el French Revolutionary calendar 57 ;; cal-french.el French Revolutionary calendar
58 ;; cal-mayan.el Mayan calendars 58 ;; cal-mayan.el Mayan calendars
59 ;; cal-dst.el Daylight savings time rules 59 ;; cal-dst.el Daylight savings time rules
60 ;; solar.el Sunrise/sunset, equinoxes/solstices 60 ;; solar.el Sunrise/sunset, equinoxes/solstices
1177 (split-height-threshold (if diary-window 2 1000))) 1177 (split-height-threshold (if diary-window 2 1000)))
1178 (if view-calendar-holidays-initially 1178 (if view-calendar-holidays-initially
1179 (list-calendar-holidays))) 1179 (list-calendar-holidays)))
1180 (run-hooks 'initial-calendar-window-hook)) 1180 (run-hooks 'initial-calendar-window-hook))
1181 1181
1182 (autoload 'view-diary-entries "diary" 1182 (autoload 'view-diary-entries "diary-lib"
1183 "Prepare and display a buffer with diary entries. 1183 "Prepare and display a buffer with diary entries.
1184 Searches your diary file for entries that match ARG days starting with 1184 Searches your diary file for entries that match ARG days starting with
1185 the date indicated by the cursor position in the displayed three-month 1185 the date indicated by the cursor position in the displayed three-month
1186 calendar." 1186 calendar."
1187 t) 1187 t)
1240 1240
1241 (autoload 'calendar-previous-calendar-round-date "cal-mayan" 1241 (autoload 'calendar-previous-calendar-round-date "cal-mayan"
1242 "Move cursor to previous instance of Mayan Haab/Tzoklin combination." 1242 "Move cursor to previous instance of Mayan Haab/Tzoklin combination."
1243 t) 1243 t)
1244 1244
1245 (autoload 'show-all-diary-entries "diary" 1245 (autoload 'show-all-diary-entries "diary-lib"
1246 "Show all of the diary entries in the diary file. 1246 "Show all of the diary entries in the diary file.
1247 This function gets rid of the selective display of the diary file so that 1247 This function gets rid of the selective display of the diary file so that
1248 all entries, not just some, are visible. If there is no diary buffer, one 1248 all entries, not just some, are visible. If there is no diary buffer, one
1249 is created." 1249 is created."
1250 t) 1250 t)
1251 1251
1252 (autoload 'mark-diary-entries "diary" 1252 (autoload 'mark-diary-entries "diary-lib"
1253 "Mark days in the calendar window that have diary entries. 1253 "Mark days in the calendar window that have diary entries.
1254 Each entry in diary file visible in the calendar window is marked." 1254 Each entry in diary file visible in the calendar window is marked."
1255 t) 1255 t)
1256 1256
1257 (autoload 'insert-diary-entry "diary-ins" 1257 (autoload 'insert-diary-entry "diary-ins"