Convenient macro to check whether the buffer is live.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Sep 2012 04:22:03 +0000 (08:22 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Sep 2012 04:22:03 +0000 (08:22 +0400)
commite578f3813ff7f48663eb4821caee267e3ec47aa8
treeb48cd4a8fb778a2a991a342932d357fa8ba4ccc2
parent3057e615af94af8d08f475208c7e459f5d7115ac
Convenient macro to check whether the buffer is live.
* buffer.h (BUFFER_LIVE_P): New macro.
* alloc.c, buffer.c, editfns.c, insdel.c, lread.c, marker.c:
* minibuf.c, print.c, process.c, window.c, xdisp.c: Use it.
13 files changed:
src/ChangeLog
src/alloc.c
src/buffer.c
src/buffer.h
src/editfns.c
src/insdel.c
src/lread.c
src/marker.c
src/minibuf.c
src/print.c
src/process.c
src/window.c
src/xdisp.c