From 851de4f6b3e973bdd62463c18050c40d8303a9b0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 22 Oct 2014 21:09:22 -0400 Subject: Go crazy with anaphoric forms --- lisp/init-ace.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-ace.el') diff --git a/lisp/init-ace.el b/lisp/init-ace.el index 78d0d72..80380ea 100644 --- a/lisp/init-ace.el +++ b/lisp/init-ace.el @@ -28,8 +28,8 @@ (save-excursion (goto-char (window-start)) (while (< (point) end) - (-when-let (pos (dired-next-line 1)) - (push pos points))) + (--when-let (dired-next-line 1) + (push it points))) (nreverse points)))) (after 'dired -- cgit v1.2.3