summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmailsum.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 971e504dcd1..f161664d964 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -410,10 +410,10 @@ already ticked in ENCOUNTERED-MSGS."
(lambda (msg)
(rmail-summary--walk-thread-message-recursively
msg encountered-msgs))))
- (mapcar walk-thread-msg
- (aref rmail-summary-message-parents-vector msgnum))
- (mapcar walk-thread-msg
- (rmail-summary-direct-descendants msgnum encountered-msgs)))))
+ (mapc walk-thread-msg
+ (aref rmail-summary-message-parents-vector msgnum))
+ (mapc walk-thread-msg
+ (rmail-summary-direct-descendants msgnum encountered-msgs)))))
;;;###autoload
(defun rmail-summary-by-thread (&optional msgnum)