diff options
| -rw-r--r-- | lisp/calendar/diary-lib.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index c8e6843d4b2..6aec579c107 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -1054,8 +1054,6 @@ changing the variable `diary-include-string'." | |||
| 1054 | (match-string-no-properties 2))) | 1054 | (match-string-no-properties 2))) |
| 1055 | (mark-diary-entries-hook 'mark-included-diary-files) | 1055 | (mark-diary-entries-hook 'mark-included-diary-files) |
| 1056 | (dbuff (find-buffer-visiting diary-file))) | 1056 | (dbuff (find-buffer-visiting diary-file))) |
| 1057 | ;; TODO if dbuff is non-nil, should we check for modifications | ||
| 1058 | ;; and offer to save it first? | ||
| 1059 | (if (file-exists-p diary-file) | 1057 | (if (file-exists-p diary-file) |
| 1060 | (if (file-readable-p diary-file) | 1058 | (if (file-readable-p diary-file) |
| 1061 | (progn | 1059 | (progn |