wl-summary-buffer-target-mark-list from nreverse.
(wl-summary-target-mark-reply-with-citation): Ditto.
+2004-06-21 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * wl-summary.el (wl-summary-target-mark-forward): Protect
+ wl-summary-buffer-target-mark-list from nreverse.
+ (wl-summary-target-mark-reply-with-citation): Ditto.
+
2004-06-20 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-thread.el (wl-thread-update-indent-string-thread): Use
(defun wl-summary-target-mark-forward (&optional arg)
(interactive "P")
- (let ((mlist (nreverse wl-summary-buffer-target-mark-list))
+ (let ((mlist (nreverse (copy-sequence wl-summary-buffer-target-mark-list)))
(summary-buf (current-buffer))
(wl-draft-forward t)
start-point
(defun wl-summary-target-mark-reply-with-citation (&optional arg)
(interactive "P")
- (let ((mlist (nreverse wl-summary-buffer-target-mark-list))
+ (let ((mlist (nreverse (copy-sequence wl-summary-buffer-target-mark-list)))
(summary-buf (current-buffer))
change-major-mode-hook
start-point