# HG changeset patch # User Richard M. Stallman # Date 737700592 0 # Node ID 794899b971150b535b50f90f58fd5b1bf4433a21 # Parent b858b91dff3442bb9daf6514bc97e83b35c37197 (struct window): New slot region_showing. diff -r b858b91dff34 -r 794899b97115 src/window.h --- 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. */