emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/emacsbug.el,v
Date: Wed, 26 Sep 2007 00:20:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:20:26

Index: emacsbug.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/emacsbug.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- emacsbug.el 17 Aug 2007 19:38:38 -0000      1.77
+++ emacsbug.el 26 Sep 2007 00:20:26 -0000      1.78
@@ -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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]