From: Glenn Morris Date: Sat, 13 Oct 2007 03:03:35 +0000 (+0000) Subject: (reporter-dump-state): Use mapc rather than mapcar. X-Git-Tag: emacs-pretest-23.0.90~10368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfedf6ccbab3b9a5eaf305f89c809879119629c1;p=emacs.git (reporter-dump-state): Use mapc rather than mapcar. --- diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 5c6bcb83efd..596c7ee9627 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -252,7 +252,7 @@ dumped." (erase-buffer) (insert "(setq\n") (lisp-indent-line) - (mapcar + (mapc (function (lambda (varsym-or-cons-cell) (let ((varsym (or (car-safe varsym-or-cons-cell)