]> git.eshelyaron.com Git - emacs.git/commit
Wrap skeleton logic in atomic-change-group
authorPhilip K <philip@warpmail.net>
Wed, 5 Aug 2020 14:07:41 +0000 (16:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 Aug 2020 14:07:41 +0000 (16:07 +0200)
commitb22b1f935d47c71b59d59da1b6d125635470beca
tree6c815fb001a488b1cc4d4d07b933dd4b36bcc012
parent7389a9ef0954d61bf5a85221da7c919aee3451a0
Wrap skeleton logic in atomic-change-group

* lisp/skeleton.el (define-skeleton): Use an atomic change group
so that if the user `C-g's in the middle of it, we're not left
with half a skeleton in the buffer (bug#42311).
lisp/skeleton.el