diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index 55bd3d06f79..a7db04810c3 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -167,6 +167,9 @@ struct window | |||
| 167 | If it is a buffer, it means don't display the line number | 167 | If it is a buffer, it means don't display the line number |
| 168 | as long as the window shows that buffer. */ | 168 | as long as the window shows that buffer. */ |
| 169 | Lisp_Object base_line_pos; | 169 | Lisp_Object base_line_pos; |
| 170 | /* If we have highlighted the region (or any part of it), | ||
| 171 | this is the mark position that we used, as an integer. */ | ||
| 172 | Lisp_Object region_showing; | ||
| 170 | }; | 173 | }; |
| 171 | 174 | ||
| 172 | /* 1 if W is a minibuffer window. */ | 175 | /* 1 if W is a minibuffer window. */ |