# HG changeset patch # User Richard M. Stallman # Date 731496823 0 # Node ID c1767ea4568737ac9b6f3f362432c1b8022942e6 # Parent 3ffbf2314074f676df3bc4b13fa8f58ecc04826d (struct buffer): New field mark_active. diff -r 3ffbf2314074 -r c1767ea45687 src/buffer.h --- a/src/buffer.h Sun Mar 07 09:33:13 1993 +0000 +++ b/src/buffer.h Sun Mar 07 09:33:43 1993 +0000 @@ -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 @@ /* 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 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