]> git.eshelyaron.com Git - emacs.git/commit
Generate fewer useless conditionals in cl-loop
authorMattias Engdegård <mattiase@acm.org>
Sat, 4 Jan 2020 12:14:32 +0000 (13:14 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 4 Jan 2020 12:14:32 +0000 (13:14 +0100)
commit8e3868125c902f1864a32d817f34e3dfc4eea9a9
tree6ac36e3d9939e88f1fb37c74904f7a8272032f65
parentfb38d367f4a46c580510f8a6510ae8fb5f39222f
Generate fewer useless conditionals in cl-loop

* lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause):
Don't generate a condition if both branches are the same, which
is the common case.
lisp/emacs-lisp/cl-macs.el