From 8bed3d2b17bd26a46240dd9c585e23d948148afd Mon Sep 17 00:00:00 2001 From: okada Date: Mon, 21 Jan 2002 22:27:08 +0000 Subject: [PATCH] Remove excessive space --- wl/wl-score.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-score.el b/wl/wl-score.el index b6bb3fe..c4c4e9b 100644 --- a/wl/wl-score.el +++ b/wl/wl-score.el @@ -200,7 +200,7 @@ Remove Re, Was, Fwd etc." (defun wl-score-string-index< (a1 a2) (string-lessp (wl-score-ov-entity-get-by-index (car a1) wl-score-index) - (wl-score-ov-entity-get-by-index (car a2) wl-score-index))) + (wl-score-ov-entity-get-by-index (car a2) wl-score-index))) (defun wl-score-string-func< (a1 a2) (string-lessp (funcall wl-score-index (car a1)) @@ -341,7 +341,7 @@ Set `wl-score-cache' nil." (let ((files (wl-get-assoc-list-value score-alist folder (if (not wl-score-folder-alist-matchone) 'all-list))) - fl f) + fl f) (while (setq f (wl-pop files)) (wl-append fl -- 1.7.10.4