changeset 84912:417443aefcdd

(report-emacs-bug): Use `mapc' rather than `mapcar'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Sep 2007 00:20:26 +0000
parents 1ffa59f288ec
children db1179979d6b
files lisp/mail/emacsbug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Wed Sep 26 00:20:03 2007 +0000
+++ b/lisp/mail/emacsbug.el	Wed Sep 26 00:20:26 2007 +0000
@@ -158,7 +158,7 @@
 	(insert "configured using `configure "
 		system-configuration-options "'\n\n"))
     (insert "Important settings:\n")
-    (mapcar
+    (mapc
      '(lambda (var)
 	(insert (format "  value of $%s: %s\n" var (getenv var))))
      '("LC_ALL" "LC_COLLATE" "LC_CTYPE" "LC_MESSAGES"