]> git.eshelyaron.com Git - emacs.git/commit
Group print buffer state in a struct
authorMattias Engdegård <mattiase@acm.org>
Mon, 8 Aug 2022 11:09:39 +0000 (13:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 8 Aug 2022 11:26:13 +0000 (13:26 +0200)
commit8c8ae516403fc901a63cc02915abf9a1542d7248
treef27e48ac7a90d9c4de9e7482af979d8ad185f652
parent14f0ebc9ac8d2f0f272bdb1eac4dd2ea0b50a0f4
Group print buffer state in a struct

* src/print.c (print_buffer, print_buffer_size, print_buffer_pos)
(print_buffer_pos_byte): Replace with...
(struct print_buffer, print_buffer): ...this.
* src/print.c: (print_free_buffer, print_unwind)
(print_prepare, print_finish, printchar, strout): Adapt users.
src/print.c