]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix filling circle/ellipse in Artist Mode (Bug#19763)
authorEli Zaretskii <eliz@gnu.org>
Wed, 4 Feb 2015 15:31:37 +0000 (17:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 4 Feb 2015 15:31:37 +0000 (17:31 +0200)
 lisp/textmodes/artist.el (artist-ellipse-compute-fill-info): Use
 mapcar, not mapc, to create the other half of fill-info.

lisp/ChangeLog
lisp/textmodes/artist.el

index e52f9a35b47bcc9a352d097fb56b0dc4e72be32b..e0c8815c648e8c28b5a3966a60239d93c5206131 100644 (file)
@@ -1,3 +1,9 @@
+2015-02-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/artist.el (artist-ellipse-compute-fill-info): Use
+       mapcar, not mapc, to create the other half of fill-info.
+       (Bug#19763)
+
 2015-02-04  Nicolas Petton  <nicolas@petton.fr>
 
        * emacs-lisp/authors.el (authors-ignored-files)
index 85d9410868a31272d7cf135b430dce8ddfbffc96..930c39c82ccc905938fa25167215df943ddf9671 100644 (file)
@@ -3372,7 +3372,7 @@ The POINT-LIST is expected to cover the first quadrant."
     ;; Create the other half by mirroring the first half.
     (setq both-halves
          (append first-half
-                 (mapc
+                 (mapcar
                   (lambda (i)
                     (artist-new-fill-item (artist-fill-item-get-x i)
                                           (- (artist-fill-item-get-y i))