From 3ec62eecdf693c9cad588866dd40f7e8b67d6287 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Mon, 25 Feb 2019 20:57:25 +0100 Subject: [PATCH] ; Delete unused variable replace-buffer-contents-max-secs This variable is a leftover of my now deleted scratch/replace-region-contents branch and has never been used in master. --- src/editfns.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index b349bd59a25..bffb5db43ef 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -4495,12 +4495,6 @@ it to be non-nil. */); binary_as_unsigned = true; #endif - DEFVAR_LISP ("replace-buffer-contents-max-secs", - Vreplace_buffer_contents_max_secs, - doc: /* If differencing the two buffers takes longer than this, -`replace-buffer-contents' falls back to a plain delete and insert. */); - Vreplace_buffer_contents_max_secs = Qnil; - defsubr (&Spropertize); defsubr (&Schar_equal); defsubr (&Sgoto_char); -- 2.39.2