undo the last change
authoryoichi <yoichi>
Thu, 28 Sep 2006 13:52:37 +0000 (13:52 +0000)
committeryoichi <yoichi>
Thu, 28 Sep 2006 13:52:37 +0000 (13:52 +0000)
wl/ChangeLog
wl/wl-action.el

index 14a5d7b..84d1a50 100644 (file)
@@ -1,6 +1,6 @@
 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
-       * wl-action.el (wl-summary-set-mark): Fix the last change.
+       * wl-action.el (wl-summary-set-mark): Undo the last change.
        Forbid interactive call.
 
 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
index 805a7fc..685ae35 100644 (file)
@@ -103,10 +103,6 @@ Return number if put mark succeed"
            (set-buffer-modified-p nil)
            ;; Return value.
            number))
-      (when (and (eq wl-summary-buffer-view 'thread)
-                interactive)
-       (wl-thread-open-close 'force-open)
-       (wl-summary-jump-to-msg number))
       ;; Move the cursor.
       (if interactive
          (if (eq wl-summary-move-direction-downward nil)