From 88924586c14825b2342c3cdec8da02524077cd95 Mon Sep 17 00:00:00 2001 From: hmurata Date: Mon, 29 Sep 2003 04:48:29 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed. --- wl/ChangeLog | 4 ++++ wl/wl-summary.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 3d0183d..88ccaaf 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2003-09-29 Hiroya Murata + + * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed. + 2003-09-28 Hiroya Murata * wl-summary.el (wl-summary-window-scroll-functions): No use diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 5972b83..91231cf 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -561,7 +561,7 @@ See also variable `wl-use-petname'." "A function to be called as window-scroll-functions." (with-current-buffer (window-buffer win) (when (eq major-mode 'wl-summary-mode) - (let ((start (window-start win)) + (let ((beg (or beg (window-start win))) (end (condition-case nil (window-end win t) ; old emacsen doesn't support 2nd arg. (error (window-end win)))) -- 1.7.10.4