mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(struct window): New slot region_showing.
This commit is contained in:
parent
189db15290
commit
096855a66a
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue