From fa40471e7109bdfba4657239d6da7ff1c10c9f12 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 10 Jan 2003 20:27:35 +0000 Subject: [PATCH] * wl-folder.el (wl-folder-set-current-entity-id): Remove redundancy. --- wl/wl-folder.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wl/wl-folder.el b/wl/wl-folder.el index a037104..5c5dc85 100644 --- a/wl/wl-folder.el +++ b/wl/wl-folder.el @@ -967,11 +967,7 @@ Optional argument ARG is repeart count." (wl-highlight-folder-path wl-folder-buffer-cur-path) (and wl-folder-move-cur-folder wl-folder-buffer-cur-point - (goto-char wl-folder-buffer-cur-point)))) - (if (eq (current-buffer) buf) - (and wl-folder-move-cur-folder - wl-folder-buffer-cur-point - (goto-char wl-folder-buffer-cur-point))))) + (goto-char wl-folder-buffer-cur-point)))))) (defun wl-folder-check-current-entity () "Check folder at position. -- 1.7.10.4