aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-18 04:49:52 +0000
committerRichard M. Stallman1993-05-18 04:49:52 +0000
commit096855a66a12083b635eeaff7771bb84e28d02e9 (patch)
tree2b15dbfb769e52465a5a5a60b6d1987c0a8ea7ed /src/window.h
parent189db1529013817757006e693d11062e77454bdd (diff)
downloademacs-096855a66a12083b635eeaff7771bb84e28d02e9.tar.gz
emacs-096855a66a12083b635eeaff7771bb84e28d02e9.zip
(struct window): New slot region_showing.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
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. */