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

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

[elpa] externals/ivy-posframe 2f1fdbe 169/195: use mapc instead of mapca


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 2f1fdbe 169/195: use mapc instead of mapcar
Date: Sat, 3 Oct 2020 07:12:07 -0400 (EDT)

branch: externals/ivy-posframe
commit 2f1fdbe7bf4fab3388afaa7e52b3b0a7761d9d0a
Author: conao3 <conao3@gmail.com>
Commit: conao3 <conao3@gmail.com>

    use mapc instead of mapcar
---
 ivy-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 8e75bbe..946cc05 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -555,10 +555,10 @@ The return value is undefined.
             ([remap ivy-dispatching-done] . ivy-posframe-dispatching-done))
   (let ((advices ivy-posframe-advice-alist))
     (if ivy-posframe-mode
-        (mapcar (lambda (elm)
+        (mapc (lambda (elm)
                   (advice-add (car elm) :around (cdr elm)))
                 advices)
-      (mapcar (lambda (elm)
+      (mapc (lambda (elm)
                 (advice-remove (car elm) (cdr elm)))
               advices))))
 



reply via email to

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