]> git.eshelyaron.com Git - emacs.git/commit
Don't expand body inside a let-binding when there are no bindings
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 16 Feb 2017 01:40:46 +0000 (20:40 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 16 Feb 2017 01:40:46 +0000 (20:40 -0500)
commit1b4442bee921d6698fc8ecac1c95c39f7ca2efe4
tree48aab38b6253df79621b1f737179660a685cf906
parent8ed8ef307d9a28f6c3336a448c7fbdfe8a733d83
Don't expand body inside a let-binding when there are no bindings

* lisp/emacs-lisp/pcase.el (pcase-codegen): Only let-bind if VARS
is non-nil.
lisp/emacs-lisp/pcase.el