aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index c56174707fb..2cfec1239bb 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -652,6 +652,9 @@ struct buffer
652 /* Incremented each time the buffer is displayed in a window. */ 652 /* Incremented each time the buffer is displayed in a window. */
653 Lisp_Object display_count; 653 Lisp_Object display_count;
654 654
655 /* Time stamp updated each time this buffer is displayed in a window. */
656 Lisp_Object display_time;
657
655 /* These are so we don't have to recompile everything 658 /* These are so we don't have to recompile everything
656 the next few times we add a new slot. */ 659 the next few times we add a new slot. */
657 Lisp_Object extra2, extra3; 660 Lisp_Object extra2, extra3;