changeset 2856:794899b97115

(struct window): New slot region_showing.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 May 1993 04:49:52 +0000
parents b858b91dff34
children 00029a6ad94c
files src/window.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Tue May 18 03:32:00 1993 +0000
+++ b/src/window.h	Tue May 18 04:49:52 1993 +0000
@@ -167,6 +167,9 @@
        If it is a buffer, it means don't display the line number
        as long as the window shows that buffer.  */
     Lisp_Object base_line_pos;
+    /* If we have highlighted the region (or any part of it),
+       this is the mark position that we used, as an integer.  */
+    Lisp_Object region_showing;
   };
 
 /* 1 if W is a minibuffer window.  */