]> git.eshelyaron.com Git - emacs.git/commit
Add new function replace-buffer-contents
authorTassilo Horn <tsdh@gnu.org>
Fri, 8 Feb 2019 19:36:00 +0000 (20:36 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 8 Feb 2019 19:36:00 +0000 (20:36 +0100)
commit61748cd78fa3e93a54b60b7568b7e319d9ea09e0
tree55461b979a5be7c1e61ad0c8996cd8d20f7f8ec7
parentac1e5a5e2ed7c6cf5bec50e5ebf7fab6792230bd
Add new function replace-buffer-contents

* src/editfns.c (Freplace_buffer_contents): Use lower value of
  too_expensive and enable heuristic.
* lisp/subr.el (replace-region-contents): New convenient wrapper
  function around replace-buffer-contents.
lisp/subr.el
src/editfns.c