* wl-folder.el (wl-folder-goto-folder-subr): Keep value of
authoryoichi <yoichi>
Thu, 11 Jul 2002 04:44:02 +0000 (04:44 +0000)
committeryoichi <yoichi>
Thu, 11 Jul 2002 04:44:02 +0000 (04:44 +0000)
`this-command' so that `wl-folder-goto-folder' contained in
`wl-summary-keep-cursor-command' work.

wl/ChangeLog
wl/wl-folder.el

index c68d7b8..51c899d 100644 (file)
@@ -1,3 +1,9 @@
+2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
+       `this-command' so that `wl-folder-goto-folder' contained in
+       `wl-summary-keep-cursor-command' work.
+
 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-summary.el (wl-summary-jump-to-parent-message): Keep
index 3e16795..6ac0f2e 100644 (file)
@@ -2211,7 +2211,8 @@ Use `wl-subscribed-mailing-list'."
 ;;;        (assoc fld-name wl-folder-group-alist))
     (setq fld-name wl-default-folder)
     (setq fld-name (or folder
-                      (wl-summary-read-folder fld-name)))
+                      (let (this-command)
+                        (wl-summary-read-folder fld-name))))
     (if (and (setq entity
                   (wl-folder-search-entity-by-name fld-name
                                                    wl-folder-entity