changeset 85231:054956601c9e

(reporter-dump-state): Use mapc rather than mapcar.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Oct 2007 03:03:35 +0000
parents e2575abf895a
children d473c33347de
files lisp/mail/reporter.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/reporter.el	Sat Oct 13 03:03:17 2007 +0000
+++ b/lisp/mail/reporter.el	Sat Oct 13 03:03:35 2007 +0000
@@ -252,7 +252,7 @@
 	      (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)