aboutsummaryrefslogtreecommitdiffstats
path: root/src/region-cache.c
diff options
context:
space:
mode:
authorPaul Eggert2011-04-15 00:48:51 -0700
committerPaul Eggert2011-04-15 00:48:51 -0700
commit4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9 (patch)
treee993b231bb5555c9c961f5d0b20d90ac76f77bbd /src/region-cache.c
parent1963a2e0bb07cc8dee6d27f972f93d9cfd7c6b2d (diff)
parent49093f601b69d91126aefd328ee8f6bfeb797407 (diff)
downloademacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.tar.gz
emacs-4170f62f39edf1ff1e99aec9bfbfe7bbf10e7fc9.zip
Merge from mainline.
Diffstat (limited to 'src/region-cache.c')
-rw-r--r--src/region-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/region-cache.c b/src/region-cache.c
index 53ce0e9d802..a0b85039e74 100644
--- a/src/region-cache.c
+++ b/src/region-cache.c
@@ -781,6 +781,7 @@ int region_cache_backward (struct buffer *buf, struct region_cache *c,
781 781
782/* Debugging: pretty-print a cache to the standard error output. */ 782/* Debugging: pretty-print a cache to the standard error output. */
783 783
784void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;
784void 785void
785pp_cache (struct region_cache *c) 786pp_cache (struct region_cache *c)
786{ 787{