]> git.eshelyaron.com Git - emacs.git/commit
Apply text edits atomically
authorJoão Távora <joaotavora@gmail.com>
Thu, 21 Jun 2018 13:53:50 +0000 (14:53 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 21 Jun 2018 13:53:50 +0000 (14:53 +0100)
commit31b21e371da5676fbdac4a3f352eceb657a62180
tree1016da4964574d65bb79ea854c4f420d8e89bb1f
parent6fc53b840d22c08ca444efd4bf693a25e2bb26e4
Apply text edits atomically

As suggested by mkcms <k.michal@zoho.com>, but do it in
eglot--apply-text-edits, where it benefits all its users.

* eglot.el (eglot--apply-text-edits): Use atomic-change-group.

GitHub-reference: per https://github.com/joaotavora/eglot/issues/22
lisp/progmodes/eglot.el