From: teranisi Date: Tue, 18 Apr 2000 02:33:04 +0000 (+0000) Subject: 2000-04-17 HARAGUCHI Shuugou X-Git-Tag: wl-1_1_1~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=703b3f1d5cb59f9d9c391ab78c9e876fba35c2e7;p=elisp%2Fwanderlust.git 2000-04-17 HARAGUCHI Shuugou * wl-summary.el (wl-summary-goto-folder-subr): Fix problem when wl-summary-partial-highlight-above-lines is nil. --- diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 490bc74..a3c0584 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4,7 +4,7 @@ ;; Author: Yuuichi Teranishi ;; 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.