diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-13 23:48:41 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-13 23:48:41 -0700 |
commit | e3b27b31a8379663f047e53c29e938018d7dd6b7 (patch) | |
tree | f52401a9e8ac0a54a57f8ec8abd977129c7031cd /src/region-cache.h | |
parent | 9996870822d6e2a0ebd2990aec8e707f09f7b264 (diff) | |
download | emacs-e3b27b31a8379663f047e53c29e938018d7dd6b7.tar.gz |
Don't publish debugger-only interfaces to other modules.
* lisp.h (safe_debug_print, debug_output_compilation_hack):
(verify_bytepos, count_markers): Move decls to the only modules
that need them.
* region-cache.h (pp_cache): Likewise.
* window.h (check_all_windows): Likewise.
* marker.c, print.c, region-cache.c, window.c: Decls moved here.
Diffstat (limited to 'src/region-cache.h')
-rw-r--r-- | src/region-cache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/region-cache.h b/src/region-cache.h index 255b517f17a..ea767ed0dc3 100644 --- a/src/region-cache.h +++ b/src/region-cache.h @@ -110,6 +110,3 @@ extern int region_cache_backward (struct buffer *BUF, struct region_cache *CACHE, EMACS_INT POS, EMACS_INT *NEXT); - -/* For debugging. */ -void pp_cache (struct region_cache *) EXTERNALLY_VISIBLE; |