]> git.eshelyaron.com Git - emacs.git/commit
Bind cross-buffer buffer-local variable correctly.
authorAlan Mackenzie <acm@muc.de>
Thu, 11 Jan 2024 17:54:47 +0000 (17:54 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 11 Jan 2024 17:54:47 +0000 (17:54 +0000)
commit07bb8dc0afaef5ec7a7e194df42cc019ce8604d4
tree6daa0e250330f01dd4208ab504f5a0b555b172af
parentfbc4a3c7de60d766c4b7c639985fecddc4f60604
Bind cross-buffer buffer-local variable correctly.

This fixes bug#68200.

* lisp/emacs-lisp/bytecomp.el (byte-compile-output-docform):
Note that let-binding a buffer local variable leaves it buffer
local, hence to transfer the binding of
byte-compile-dynamic-docstrings to the output buffer, an
intermediate variable is needed.  Implement this.
lisp/emacs-lisp/bytecomp.el