Appease byte-compiler

This commit is contained in:
Henrik Lissner 2017-07-12 23:54:56 +02:00
parent 932a8128ec
commit 64aa0fef4d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 11 additions and 9 deletions

View file

@ -125,7 +125,7 @@ buffers. If there's nothing left, switch to `doom-fallback-buffer'. See
;; `switch-to-prev-buffer' properly update buffer list order.
(cl-loop with move-func =
(if (> n 0) #'switch-to-next-buffer #'switch-to-prev-buffer)
for _i to 20
for i to 20
while (not (memq (current-buffer) buffers))
do
(dotimes (_i (abs n))