mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(report-emacs-bug): Use mapc' rather than mapcar'.
This commit is contained in:
parent
7e7ba7a34d
commit
1daad47dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue