2000-04-17 HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
authorteranisi <teranisi>
Tue, 18 Apr 2000 02:33:04 +0000 (02:33 +0000)
committerteranisi <teranisi>
Tue, 18 Apr 2000 02:33:04 +0000 (02:33 +0000)
* wl-summary.el (wl-summary-goto-folder-subr):
Fix problem when wl-summary-partial-highlight-above-lines is nil.

wl/wl-summary.el

index 490bc74..a3c0584 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Yuuichi Teranishi <teranisi@gohome.org>
 ;; Keywords: mail, net news
-;; Time-stamp: <2000-04-18 10:27:36 teranisi>
+;; Time-stamp: <2000-04-18 11:30:43 teranisi>
 
 ;; This file is part of Wanderlust (Yet Another Message Interface on Emacsen).
 
@@ -2756,8 +2756,9 @@ If optional argument is non-nil, checking is omitted."
                  (save-excursion
                    (forward-line (- 
                                   0 
-                                  (or wl-summary-partial-highlight-above-lines
-                                      wl-summary-highlight-partial-threshold)))
+                                  (or
+                                   wl-summary-partial-highlight-above-lines
+                                   wl-summary-highlight-partial-threshold)))
                    (wl-highlight-summary (point) (point-max)))
                (wl-highlight-summary (point-min) (point-max))))
          (if (null wl-summary-buffer-msgdb) ;; one more try.