summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-07 09:33:43 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-07 09:33:43 +0000
commitd6130f0975cbc41a82a1d9259db8bd37b4de3995 (patch)
tree6bfdd5cef596c9da6e899dc33ac1ff31ad35ba83 /src/buffer.h
parent653f0fba388c59e9ba9af405bc89332276a91e2f (diff)
downloademacs-d6130f0975cbc41a82a1d9259db8bd37b4de3995.tar.gz
(struct buffer): New field mark_active.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index f1113ddcacf..99f30d0315f 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,5 +1,5 @@
/* Header file for the buffer manipulation primitives.
- Copyright (C) 1985, 1986, 1990, 1992 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1986, 1990, 1993 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -269,6 +269,8 @@ struct buffer
/* Changes in the buffer are recorded here for undo.
t means don't record anything. */
Lisp_Object undo_list;
+ /* t means the mark and region are currently active. */
+ Lisp_Object mark_active;
/* List of fields in this buffer. */
Lisp_Object fieldlist;
@@ -338,6 +340,9 @@ extern Lisp_Object Vafter_change_function;
extern Lisp_Object Vfirst_change_hook;
extern Lisp_Object Qfirst_change_hook;
+extern Lisp_Object Vdeactivate_mark;
+extern Lisp_Object Vtransient_mark_mode;
+
/* Fields.
A field is like a marker but it defines a region rather than a