Changeset 4085 for trunk/lisp/calendar/appt.el
- Timestamp:
- 2006年05月18日 16時19分18秒 (3 years ago)
- Files:
-
- trunk/lisp/calendar/appt.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/calendar/appt.el
r4058 r4085 354 354 (if d-buff 355 355 ;; Displays the diary buffer. 356 (or selective ( show-all-diary-entries))356 (or selective (diary-show-all-entries)) 357 357 (and 358 358 (setq d-buff (find-buffer-visiting … … 537 537 put in the appointments list (see examples in documentation of 538 538 the function `appt-check'). We assume that the variables DATE and 539 NUMBER hold the arguments that ` list-diary-entries' received.539 NUMBER hold the arguments that `diary-list-entries' received. 540 540 They specify the range of dates that the diary is being processed for. 541 541
