Fix filling circle/ellipse in Artist Mode (Bug#19763)
lisp/textmodes/artist.el (artist-ellipse-compute-fill-info): Use mapcar, not mapc, to create the other half of fill-info.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user