diff options
| author | Richard M. Stallman | 1993-05-18 04:49:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-18 04:49:52 +0000 |
| commit | 096855a66a12083b635eeaff7771bb84e28d02e9 (patch) | |
| tree | 2b15dbfb769e52465a5a5a60b6d1987c0a8ea7ed /src/window.h | |
| parent | 189db1529013817757006e693d11062e77454bdd (diff) | |
| download | emacs-096855a66a12083b635eeaff7771bb84e28d02e9.tar.gz emacs-096855a66a12083b635eeaff7771bb84e28d02e9.zip | |
(struct window): New slot region_showing.
Diffstat (limited to 'src/window.h')
| -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. */ |