]> git.eshelyaron.com Git - emacs.git/commit
(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Nov 1996 05:31:25 +0000 (05:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Nov 1996 05:31:25 +0000 (05:31 +0000)
commit08e8d2975c72feecc748a62320efe215d6b42eaf
treedadd282a70548ceaa6d3d1a2d9af6c9aa8ab44d8
parent984322b6ac429dcdccf0ba059de6c1f710d57b01
(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
(PRINTPREPARE): If print_buffer is nonzero,
save its contents in a string using record_unwind_protect.
(PRINTFINISH): Restore old print_buffer contents.
Free it only if this PRINTPREPARE malloc'd it.
(print): Don't call PRINTFULLP after all.
(print_unwind): New function.
src/print.c