diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index e8e8903fdbb..1b980b3b1fa 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -833,7 +833,7 @@ LIST-ONLY is non-nil, in which case it just returns the list." | |||
| 833 | (let* ((original-date date) ; save for possible use in the hooks | 833 | (let* ((original-date date) ; save for possible use in the hooks |
| 834 | (date-string (calendar-date-string date)) | 834 | (date-string (calendar-date-string date)) |
| 835 | (diary-buffer (find-buffer-visiting diary-file)) | 835 | (diary-buffer (find-buffer-visiting diary-file)) |
| 836 | ;; Dynamically bound in diary-include-other-diary-files. | 836 | ;; Dynamically bound in diary-include-files. |
| 837 | (d-incp (and (boundp 'diary-including) diary-including)) | 837 | (d-incp (and (boundp 'diary-including) diary-including)) |
| 838 | diary-entries-list file-glob-attrs temp-buff) | 838 | diary-entries-list file-glob-attrs temp-buff) |
| 839 | (unless d-incp | 839 | (unless d-incp |
| @@ -1417,7 +1417,7 @@ marks. This is intended to deal with deleted diary entries." | |||
| 1417 | (calendar-redraw)) | 1417 | (calendar-redraw)) |
| 1418 | (let ((diary-marking-entries-flag t) | 1418 | (let ((diary-marking-entries-flag t) |
| 1419 | (diary-buffer (find-buffer-visiting diary-file)) | 1419 | (diary-buffer (find-buffer-visiting diary-file)) |
| 1420 | ;; Dynamically bound in diary-mark-included-diary-files. | 1420 | ;; Dynamically bound in diary-include-files. |
| 1421 | (d-incp (and (boundp 'diary-including) diary-including)) | 1421 | (d-incp (and (boundp 'diary-including) diary-including)) |
| 1422 | file-glob-attrs temp-buff) | 1422 | file-glob-attrs temp-buff) |
| 1423 | (unless d-incp | 1423 | (unless d-incp |