]> git.eshelyaron.com Git - emacs.git/commit
Reverse the meaning of 2nd arg to 'live_buffer_holding'
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Mar 2020 14:47:54 +0000 (16:47 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 15 Mar 2020 14:47:54 +0000 (16:47 +0200)
commitff862f55f4a51c96254a198c17910f90e45b8986
tree4ac6d53175b9622f8e9b845ef723a4ac61a624a9
parentafaf2f465188ab1f438ff3e021260e7c529b1b9d
Reverse the meaning of 2nd arg to 'live_buffer_holding'

* src/alloc.c (live_buffer_holding): Rename ALL_BUFFERS ti
IGNORE_KILLED, and reverse the condition for returning killed
buffers.
(live_buffer_p): Add commentary.
(live_buffer_p, mark_maybe_object, mark_maybe_pointer): Reverse
the 2nd argument to live_buffer_holding.  (Bug#39962)
src/alloc.c