From 1daad47dbd2f2b51e52f6c411acd3272a7e7a160 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Sep 2007 00:20:26 +0000 Subject: [PATCH] (report-emacs-bug): Use `mapc' rather than `mapcar'. --- lisp/mail/emacsbug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 70c976a154d..e725a8affb0 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -158,7 +158,7 @@ usually do not have translators to read other languages for them.\n\n") (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" -- 2.39.2