summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-18 04:49:52 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-18 04:49:52 +0000
commit17d591069fcd0873c7dc91eda3d265ba51745967 (patch)
tree67bd86d4f1e3304917bc9a90a98a32475a1cf0dc /src/window.h
parent21a034a983e75ef5cf64e7d9901a14bb0515a58e (diff)
downloademacs-17d591069fcd0873c7dc91eda3d265ba51745967.tar.gz
(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
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. */