diff lisp/mail/emacsbug.el @ 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 e460d01bb038
children fc93e9674475 bdb3fe0ba9fa
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"