* wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
authorhmurata <hmurata>
Mon, 29 Sep 2003 04:48:29 +0000 (04:48 +0000)
committerhmurata <hmurata>
Mon, 29 Sep 2003 04:48:29 +0000 (04:48 +0000)
wl/ChangeLog
wl/wl-summary.el

index 3d0183d..88ccaaf 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
+
 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-summary.el (wl-summary-window-scroll-functions): No use
index 5972b83..91231cf 100644 (file)
@@ -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))))