diff options
Diffstat (limited to '.emacs.d/lisp/yasnippet.el')
| -rw-r--r-- | .emacs.d/lisp/yasnippet.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yasnippet.el b/.emacs.d/lisp/yasnippet.el index a3a1eaa..fbdb461 100644 --- a/.emacs.d/lisp/yasnippet.el +++ b/.emacs.d/lisp/yasnippet.el | |||
| @@ -4351,7 +4351,8 @@ with their evaluated value into `yas--backquote-markers-and-strings'." | |||
| 4351 | (ignore-errors | 4351 | (ignore-errors |
| 4352 | (save-match-data ; `scan-sexps' may modify match data. | 4352 | (save-match-data ; `scan-sexps' may modify match data. |
| 4353 | (with-syntax-table (standard-syntax-table) | 4353 | (with-syntax-table (standard-syntax-table) |
| 4354 | (scan-sexps from count))))) | 4354 | (let ((parse-sexp-lookup-properties nil)) |
| 4355 | (scan-sexps from count)))))) | ||
| 4355 | 4356 | ||
| 4356 | (defun yas--make-marker (pos) | 4357 | (defun yas--make-marker (pos) |
| 4357 | "Create a marker at POS with nil `marker-insertion-type'." | 4358 | "Create a marker at POS with nil `marker-insertion-type'." |
