# HG changeset patch # User Roland McGrath # Date 742175122 0 # Node ID e950abdc9ed2410615b57f43e5c0e5f807e39bae # Parent 79184227e7f997bb3bc286d26eef421cc45fdace (region_limit): Declare Vmark_even_if_inactive. diff -r 79184227e7f9 -r e950abdc9ed2 src/editfns.c --- 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))