]> git.eshelyaron.com Git - emacs.git/commit
Restore call to byte-run-strip-symbol-positions in byte-compile-out
authorAlan Mackenzie <acm@muc.de>
Sun, 6 Mar 2022 13:37:30 +0000 (13:37 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 6 Mar 2022 13:37:30 +0000 (13:37 +0000)
commit68cdb95019a24024e6000ae75de6aa974d9b4a23
tree86331a0d314b97588c87a162211c27130e2e9286
parent6eeab90632506348a58d264eb3304625756c8659
Restore call to byte-run-strip-symbol-positions in byte-compile-out

Also increment a loop counter.  This should fix bug #54248.

* lisp/emacs-lisp/byte-run.el (byte-run--strip-vector/record): increment the
loop counter 'i' in the main loop.

* lisp/emacs-lisp/bytecomp.el (byte-compile-out): call
byte-run-strip-symbol-positions on operands which are one-element lists.
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el