summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-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))