]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete unused variable replace-buffer-contents-max-secs
authorTassilo Horn <tsdh@gnu.org>
Mon, 25 Feb 2019 19:57:25 +0000 (20:57 +0100)
committerTassilo Horn <tsdh@gnu.org>
Mon, 25 Feb 2019 19:57:25 +0000 (20:57 +0100)
This variable is a leftover of my now deleted
scratch/replace-region-contents branch and has never been used in
master.

src/editfns.c

index b349bd59a25b9b73ed1da98a63cfb972e8fcb3a6..bffb5db43eff96fb212f3067b69314c14d935c0b 100644 (file)
@@ -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);