summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-05-25 09:28:46 +0200
committerSimeon Simeonov2020-05-25 09:28:46 +0200
commiteabfcb9092b4ee31acc51357ee681d77f06213c4 (patch)
tree098464037a601ce29e94bd436309cef9319d5ee3
parent8249368ec4ae217361367686d33b4c8bfb8865a2 (diff)
Update yasnippet
-rw-r--r--.emacs.d/lisp/yasnippet.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yasnippet.el b/.emacs.d/lisp/yasnippet.el
index ac25669..fe29fc9 100644
--- a/.emacs.d/lisp/yasnippet.el
+++ b/.emacs.d/lisp/yasnippet.el
@@ -4188,7 +4188,7 @@ Returns the newly created snippet."
4188 (yas--snippet-parse-create snippet)) 4188 (yas--snippet-parse-create snippet))
4189 (run-hook-with-args 'after-change-functions 4189 (run-hook-with-args 'after-change-functions
4190 (point-min) (point-max) 4190 (point-min) (point-max)
4191 (- (point-max) (point-min)))) 4191 (- end begin)))
4192 (when (listp buffer-undo-list) 4192 (when (listp buffer-undo-list)
4193 (push (cons (point-min) (point-max)) 4193 (push (cons (point-min) (point-max))
4194 buffer-undo-list)) 4194 buffer-undo-list))