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

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

[elpa] externals/xpm bedfa73 19/37: [xpm int] Whitespace munging; nfc.


From: Stefan Monnier
Subject: [elpa] externals/xpm bedfa73 19/37: [xpm int] Whitespace munging; nfc.
Date: Sat, 28 Nov 2020 14:15:33 -0500 (EST)

branch: externals/xpm
commit bedfa73664cfae29fb5631e433bcdac5f158011e
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [xpm int] Whitespace munging; nfc.
    
    Somehow the keyboard macro used to do ‘s/loop/cl-loop/g’
    a moment ago introduced extra newlines in some places...
---
 xpm.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/xpm.el b/xpm.el
index 2efd1e5..0e2c52d 100644
--- a/xpm.el
+++ b/xpm.el
@@ -343,7 +343,6 @@ see variable `xpm-raster-inhibit-continuity-optimization'."
                 nin (make-bool-vector len nil)
                 ext (make-bool-vector len t)))
         (cl-loop
-
          with (ls
                in-map-ok
                in-map)
@@ -352,7 +351,6 @@ see variable `xpm-raster-inhibit-continuity-optimization'."
                             (> h y)
                             (sort (aref v y) '>)))
          do (cl-loop
-
              with acc = (list (car ls))
              for maybe in (cdr ls)
              do (let* ((was (car acc))
@@ -378,7 +376,6 @@ see variable `xpm-raster-inhibit-continuity-optimization'."
                    (setq in-map (make-bool-vector now nil)))))
              finally do
              (cl-loop
-
               with (x rangep beg nx end len nb in)
               for gap from 0
               while acc



reply via email to

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