emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.877
retrieving revision 1.878
diff -u -b -r1.877 -r1.878
--- simple.el   23 Sep 2007 15:22:47 -0000      1.877
+++ simple.el   25 Sep 2007 11:13:24 -0000      1.878
@@ -5548,7 +5548,7 @@
       (funcall mode)
 
       ;; Set up other local variables.
-      (mapcar (lambda (v)
+      (mapc (lambda (v)
                (condition-case ()      ;in case var is read-only
                    (if (symbolp v)
                        (makunbound v)




reply via email to

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