diff options
Diffstat (limited to 'src/marker.c')
-rw-r--r-- | src/marker.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/marker.c b/src/marker.c index f22b874fc8d..76e645eb9e3 100644 --- a/src/marker.c +++ b/src/marker.c @@ -34,10 +34,6 @@ static int cached_modiff; static void byte_char_debug_check (struct buffer *, EMACS_INT, EMACS_INT); -/* Nonzero means enable debugging checks on byte/char correspondences. */ - -static int byte_debug_flag; - void clear_charpos_cache (struct buffer *b) { @@ -897,7 +893,7 @@ syms_of_marker (void) defsubr (&Sset_marker_insertion_type); defsubr (&Sbuffer_has_markers_at); - DEFVAR_BOOL ("byte-debug-flag", &byte_debug_flag, + DEFVAR_BOOL ("byte-debug-flag", byte_debug_flag, doc: /* Non-nil enables debugging checks in byte/char position conversions. */); byte_debug_flag = 0; } |