From 986135407276e1a4d440ef4cc51a5c5cf89ba48d Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 12 Jan 2003 13:52:54 +0000 Subject: [PATCH] cosmetic fix --- wl/wl-folder.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-folder.el b/wl/wl-folder.el index 1bc79b8..73adcec 100644 --- a/wl/wl-folder.el +++ b/wl/wl-folder.el @@ -963,8 +963,8 @@ Optional argument ARG is repeart count." (select-window buf-win) (set-buffer buf)) (setq wl-folder-buffer-cur-entity-id entity-id) - (setq wl-folder-buffer-cur-path (wl-folder-get-path wl-folder-entity - entity-id)) + (setq wl-folder-buffer-cur-path + (wl-folder-get-path wl-folder-entity entity-id)) (wl-highlight-folder-path wl-folder-buffer-cur-path) (and wl-folder-move-cur-folder wl-folder-buffer-cur-point -- 1.7.10.4