emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/zones 86d73d1 03/43: no summary available


From: Stefan Monnier
Subject: [elpa] externals/zones 86d73d1 03/43: no summary available
Date: Sun, 28 Oct 2018 15:05:53 -0400 (EDT)

branch: externals/zones
commit 86d73d1cc74109f9e1413943f43a04002de931b0
Author: DrewAdams <address@hidden>
Commit: Alex Schroeder <address@hidden>

    no summary available
---
 zones.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/zones.el b/zones.el
index dd2c3c9..2df9e7a 100644
--- a/zones.el
+++ b/zones.el
@@ -8,9 +8,9 @@
 ;; Created: Tue Aug  4 08:54:06 2015 (-0700)
 ;; Version: 2015.08.08
 ;; Package-Requires: ()
-;; Last-Updated: Sun Aug  9 13:29:11 2015 (-0700)
+;; Last-Updated: Sun Aug  9 15:42:17 2015 (-0700)
 ;;           By: dradams
-;;     Update #: 178
+;;     Update #: 179
 ;; URL: http://www.emacswiki.org/zones.el
 ;; Doc URL: http://www.emacswiki.org/Zones
 ;; Keywords: region zone
@@ -146,7 +146,7 @@ Any extra info in a zone of ZONES, i.e., after the cadr, is 
ignored."
     (dolist (zone  zones)
       (push (list beg (car zone)) res)
       (setq beg  (cadr zone)))
-    (setq res  (nconc res `((,beg ,end))))))
+    (setq res  (nreverse (push (list beg end) res)))))
 
 (defun zzz-two-zone-union (zone1 zone2)
   "Return the union of ZONE1 and ZONE2, or nil if they do not overlap.



reply via email to

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