diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c index 394a9ea91a7..d10e774c927 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -197,6 +197,7 @@ static Lisp_Object | |||
| 197 | region_limit (beginningp) | 197 | region_limit (beginningp) |
| 198 | int beginningp; | 198 | int beginningp; |
| 199 | { | 199 | { |
| 200 | extern Lisp_Object Vmark_even_if_inactive; /* Defined in callint.c. */ | ||
| 200 | register Lisp_Object m; | 201 | register Lisp_Object m; |
| 201 | if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive) | 202 | if (!NILP (Vtransient_mark_mode) && NILP (Vmark_even_if_inactive) |
| 202 | && NILP (current_buffer->mark_active)) | 203 | && NILP (current_buffer->mark_active)) |