]> git.eshelyaron.com Git - emacs.git/commitdiff
* region-cache.h (pp_cache): Mark as externally visible.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:17:19 +0000 (19:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:17:19 +0000 (19:17 -0700)
src/ChangeLog
src/region-cache.h

index aee24f4a2edac22798126590c141afe488acd0b2..404b00afc238ca62c4497ab9905d18b0149c546b 100644 (file)
@@ -1,5 +1,7 @@
 2011-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * region-cache.h (pp_cache): Mark as externally visible.
+
        * process.c: Make symbols static if they're not exported.
        (process_tick, update_tick, create_process, chan_process):
        (Vprocess_alist, proc_buffered_char, datagram_access):
index 8e4336c2885f09f71ba89f1e61c1a68db6ba90ef..255b517f17aa74f1a3fde9487e61a76d43059d48 100644 (file)
@@ -112,4 +112,4 @@ extern int region_cache_backward (struct buffer *BUF,
                                   EMACS_INT *NEXT);
 
 /* For debugging.  */
-void pp_cache (struct region_cache *);
+void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE;