changeset 4047:e950abdc9ed2

(region_limit): Declare Vmark_even_if_inactive.
author Roland McGrath <roland@gnu.org>
date Thu, 08 Jul 1993 23:45:22 +0000
parents 79184227e7f9
children 26b434331fce
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Thu Jul 08 23:44:01 1993 +0000
+++ b/src/editfns.c	Thu Jul 08 23:45:22 1993 +0000
@@ -197,6 +197,7 @@
 region_limit (beginningp)
      int beginningp;
 {
+  extern Lisp_Object Vmark_even_if_inactive; /* Defined in callint.c. */
   register Lisp_Object m;
   if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive)
       && NILP (current_buffer->mark_active))