From d2a28eaf64575a131dbac30ca9715015a5354d6e Mon Sep 17 00:00:00 2001 From: hmurata Date: Tue, 26 Aug 2003 13:47:54 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-detect-mark-position): Bind wl-summary-flag-priority-list to '(new). --- wl/ChangeLog | 5 +++++ wl/wl-summary.el | 1 + 2 files changed, 6 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 3243e46..b7d9e7a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2003-08-26 Hiroya Murata + + * wl-summary.el (wl-summary-detect-mark-position): Bind + wl-summary-flag-priority-list to '(new). + 2003-08-23 Hiroya Murata * wl-highlight.el (wl-highlight-summary-line-face-spec): New diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 13fb445..5b0f82f 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -664,6 +664,7 @@ you." (formatter wl-summary-buffer-line-formatter) (dummy-temp (char-to-string 200)) (wl-summary-new-mark (char-to-string 201)) ; bind only for the check. + (wl-summary-flag-priority-list '(new)) ; ditto. temp persistent) (with-temp-buffer (setq wl-summary-buffer-number-column column -- 1.7.10.4