aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTassilo Horn2019-02-25 20:57:25 +0100
committerTassilo Horn2019-02-25 20:57:25 +0100
commit3ec62eecdf693c9cad588866dd40f7e8b67d6287 (patch)
tree7e5bbd5961dc9635d2b3784f7e1acc09917fc9e6 /src
parente3bb6f90e999a6d71537806573c48b9ceb3fb413 (diff)
downloademacs-3ec62eecdf693c9cad588866dd40f7e8b67d6287.tar.gz
emacs-3ec62eecdf693c9cad588866dd40f7e8b67d6287.zip
; 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.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c6
1 files changed, 0 insertions, 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. */);
4495 binary_as_unsigned = true; 4495 binary_as_unsigned = true;
4496#endif 4496#endif
4497 4497
4498 DEFVAR_LISP ("replace-buffer-contents-max-secs",
4499 Vreplace_buffer_contents_max_secs,
4500 doc: /* If differencing the two buffers takes longer than this,
4501`replace-buffer-contents' falls back to a plain delete and insert. */);
4502 Vreplace_buffer_contents_max_secs = Qnil;
4503
4504 defsubr (&Spropertize); 4498 defsubr (&Spropertize);
4505 defsubr (&Schar_equal); 4499 defsubr (&Schar_equal);
4506 defsubr (&Sgoto_char); 4500 defsubr (&Sgoto_char);