X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7a22490f14441898e1c4f6679f5924f097f3bb34..d3155315c85212f224fc5df0239182dafdfd6284:/src/region-cache.c diff --git a/src/region-cache.c b/src/region-cache.c index be7d50a50e..937f3d09aa 100644 --- a/src/region-cache.c +++ b/src/region-cache.c @@ -1,6 +1,6 @@ /* Caching facts about regions of the buffer, for optimization. -Copyright (C) 1985-1989, 1993, 1995, 2001-2013 Free Software Foundation, +Copyright (C) 1985-1989, 1993, 1995, 2001-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -716,8 +716,9 @@ region_cache_forward (struct buffer *buf, struct region_cache *c, value is known, for the purposes of CACHE, and return zero otherwise. If NEXT is non-zero, set *NEXT to the nearest position before POS where the knowledge changes. */ -int region_cache_backward (struct buffer *buf, struct region_cache *c, - ptrdiff_t pos, ptrdiff_t *next) +int +region_cache_backward (struct buffer *buf, struct region_cache *c, + ptrdiff_t pos, ptrdiff_t *next) { revalidate_region_cache (buf, c);