]> git.eshelyaron.com Git - emacs.git/commit
Correctly set marker position after specpdl is unwound during printing
authorPo Lu <luangruo@yahoo.com>
Thu, 28 Jul 2022 11:25:46 +0000 (19:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 28 Jul 2022 11:28:23 +0000 (19:28 +0800)
commit163424e04b7f75a1655fd263ba4b6d6d4fa880b2
tree90d1e6dc7ef847be384a1d323676ccd56729eaac
parent04b9216b92a4ee1661e79da785cf87fc7c3a4c4e
Correctly set marker position after specpdl is unwound during printing

* src/print.c (PRINTFINISH): Don't call set_marker_both with the
wrong current_buffer.  Reported by Lars Ingebrigtsen
<larsi@gnus.org>.
src/print.c