Mercurial > emacs
changeset 65619:e09cff91900a
(mark-diary-entries): Revert last change.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 19 Sep 2005 16:03:51 +0000 |
parents | b9c26f9516da |
children | eae4a82ba77a |
files | lisp/ChangeLog lisp/calendar/diary-lib.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 19 12:08:07 2005 +0000 +++ b/lisp/ChangeLog Mon Sep 19 16:03:51 2005 +0000 @@ -1,3 +1,7 @@ +2005-09-19 Romain Francoise <romain@orebokech.com> + + * calendar/diary-lib.el (mark-diary-entries): Revert last change. + 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> * font-lock.el (font-lock-default-fontify-region):
--- a/lisp/calendar/diary-lib.el Mon Sep 19 12:08:07 2005 +0000 +++ b/lisp/calendar/diary-lib.el Mon Sep 19 16:03:51 2005 +0000 @@ -864,8 +864,8 @@ (redraw-calendar)) (let ((marking-diary-entries t) file-glob-attrs marks) - (save-excursion - (with-current-buffer (find-file-noselect (diary-check-diary-file) t) + (with-current-buffer (find-file-noselect (diary-check-diary-file) t) + (save-excursion (setq mark-diary-entries-in-calendar t) (message "Marking diary entries...") (setq file-glob-attrs (nth 1 (diary-pull-attrs nil '())))