Mercurial > emacs
diff src/window.h @ 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 | 480abddc8bdd |
| children | e94a593c3952 |
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. */
