diff options
author | Miles Bader <miles@gnu.org> | 2007-10-11 16:22:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-11 16:22:07 +0000 |
commit | 90c1c829ff9f08fd7d872e0099b587268727a23f (patch) | |
tree | 36c685ef2aecf32203747dd40d7800aae78fba9f /lisp/mail/emacsbug.el | |
parent | 41520ab0b3f0a0ae6bd81731f67eb43cf23500d8 (diff) | |
parent | 39e55877e2bfca874f1640302fec16ded1bbf7d3 (diff) | |
download | emacs-90c1c829ff9f08fd7d872e0099b587268727a23f.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 70169615b0d..ce98a608665 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" |