]> git.eshelyaron.com Git - emacs.git/commit
cl-loop: Calculate the array length just once
authorTino Calancha <tino.calancha@gmail.com>
Sun, 7 Jan 2018 15:33:13 +0000 (00:33 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 7 Jan 2018 15:33:15 +0000 (00:33 +0900)
commitbfca19e475c01f13dbacc7f8b7bb1aecf46cb7e4
tree9dd5fede04dd8d423a4625bde5a97d6c2af9dce5
parent378be8df8d9075719437c475fbb520dd40d2353b
cl-loop: Calculate the array length just once

* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause):
Dont calculate the array length on each iteration (Bug#29866).
lisp/emacs-lisp/cl-macs.el