mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
(struct buffer): New field display_count.
This commit is contained in:
parent
7962a441e7
commit
f809d1628d
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ struct buffer
|
|||
or nil if that window no longer displays this buffer. */
|
||||
Lisp_Object last_selected_window;
|
||||
|
||||
/* Incremented each time the buffer is displayed in a window. */
|
||||
Lisp_Object display_count;
|
||||
|
||||
/* These are so we don't have to recompile everything
|
||||
the next few times we add a new slot. */
|
||||
Lisp_Object extra2, extra3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue