]> git.eshelyaron.com Git - emacs.git/commit
Fix thinko in last change
authorPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 11:56:43 +0000 (19:56 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 27 Jul 2022 12:01:53 +0000 (20:01 +0800)
commit833a1f2c53cf90e60f5ac37f634f6cc213263004
tree4a94a517c9536d3e761ca6355f87b06e713a9b40
parente6b0fa4408c8e7b8bc6db70aeedbcbd235bdd7c3
Fix thinko in last change

* src/print.c (PRINTPREPARE): Also remove `print_free_buffer'.
Record unwind protect instead.
(PRINTFINISH): Stop freeing the print buffer.  (bug#56773)
src/print.c