emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Tue, 25 Sep 2007 11:14:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/25 11:14:28

Index: startup.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/startup.el,v
retrieving revision 1.461
retrieving revision 1.462
diff -u -b -r1.461 -r1.462
--- startup.el  22 Sep 2007 22:14:40 -0000      1.461
+++ startup.el  25 Sep 2007 11:14:28 -0000      1.462
@@ -1032,7 +1032,7 @@
        ;; buffers (probably *scratch*, *Messages*, *Minibuff-0*).
        ;; Arguably this should only be done if they're free of
        ;; multibyte characters.
-       (mapcar (lambda (buffer)
+       (mapc (lambda (buffer)
                  (with-current-buffer buffer
                    (if enable-multibyte-characters
                        (set-buffer-multibyte nil))))




reply via email to

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