]> git.eshelyaron.com Git - emacs.git/commit
Revert "Fix command repetition with lexical-binding (Bug#29334)"
authorNoam Postavsky <npostavs@gmail.com>
Sun, 7 Jan 2018 02:16:33 +0000 (21:16 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 7 Jan 2018 02:22:24 +0000 (21:22 -0500)
commit5f720046783c5b29fad3765303c1ad57aba167ce
tree2e2e05d977b762fe05edac7bd521e3b551ab6e6d
parent15cd18991c1d9a9bafeef7bf9b4dad91ecc0332a
Revert "Fix command repetition with lexical-binding (Bug#29334)"

It does not work with more complicated interactive forms, because
byte-compile-lambda actually receives an intermediate form of code
rather than valid lisp source (Bug#29988).
* src/callint.c (Fcall_interactively):
* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Revert previous
change, and update commentary.
lisp/emacs-lisp/bytecomp.el
src/callint.c