From df3562ac15d290ead767368bc9bc78dcae87a70a Mon Sep 17 00:00:00 2001 From: kaoru Date: Thu, 15 Jun 2000 06:54:14 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-target-above): Renamed from wl-summary-temp-above. * wl-score.el (wl-score-get-score-alist): Use it. (wl-summary-score-update-all-lines): Use it. * wl-summary.el: Ditto. (make-variable-buffer-local). --- wl/ChangeLog | 1 + wl/wl-summary.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index c9be7fa..852ffc0 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -4,6 +4,7 @@ wl-summary-temp-above. * wl-score.el (wl-score-get-score-alist): Use it. (wl-summary-score-update-all-lines): Use it. + * wl-summary.el: Ditto. (make-variable-buffer-local). 2000-06-15 Yuuichi Teranishi diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 51aa23d..a2b4787 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -147,7 +147,7 @@ 'wl-summary-default-score 'wl-summary-move-direction-downward 'wl-summary-important-above - 'wl-summary-temp-above + 'wl-summary-target-above 'wl-summary-mark-below 'wl-summary-expunge-below 'wl-thread-indent-level-internal -- 1.7.10.4