diff options
| author | Roland McGrath | 1993-07-08 23:45:22 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-07-08 23:45:22 +0000 |
| commit | 646d9d18ccbf300bc9ac72604cbd2a925551d8af (patch) | |
| tree | 4f8f36f3607f1d1ca0b6acde8220727463d7b404 /src | |
| parent | 2ad6c95919443387a81b8249e5235002b7dcf989 (diff) | |
| download | emacs-646d9d18ccbf300bc9ac72604cbd2a925551d8af.tar.gz emacs-646d9d18ccbf300bc9ac72604cbd2a925551d8af.zip | |
(region_limit): Declare Vmark_even_if_inactive.
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)) |