emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/zone.el,v
Date: Wed, 26 Sep 2007 00:23:11 +0000

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

Index: zone.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/zone.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- zone.el     24 Aug 2007 16:06:00 -0000      1.30
+++ zone.el     26 Sep 2007 00:23:11 -0000      1.31
@@ -399,7 +399,7 @@
   (let* ((specs (apply
                  'vector
                  (let (res)
-                   (mapcar (lambda (ent)
+                   (mapc (lambda (ent)
                              (let* ((beg (car ent))
                                     (end (cdr ent))
                                     (amt (if random-style




reply via email to

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