]> git.eshelyaron.com Git - emacs.git/commit
Fix invalid current buffer after print-unreadable-function signals
authorPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 09:39:14 +0000 (17:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 09:42:30 +0000 (17:42 +0800)
commitbfa951cdfad482a106bed11e4f11cedfad58570a
tree97cbf7e4921baebf4cfd9932823a9f04c8238fae
parent8be5481b8ed869e1ac04c07c3919a9a49afd8667
Fix invalid current buffer after print-unreadable-function signals

* src/print.c (PRINTPREPARE): Remove `old' and
record_unwind_current_buffer instead.
(PRINTFINISH): Stop restoring `old'.  (bug#56773)
src/print.c