mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(struct window): New slot region_showing.
This commit is contained in:
parent
189db15290
commit
096855a66a
@ -167,6 +167,9 @@ struct window
|
||||
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. */
|
||||
|
Loading…
Reference in New Issue
Block a user