mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Revert "inhibit change hooks during (insert content)"
This reverts commit 90d4cae1b1bbfacc612e73444f1e5a723ae4036e.
This commit is contained in:
parent
7849ffcec5
commit
6997922011
@ -3523,11 +3523,9 @@ considered when expanding the snippet."
|
||||
(setq snippet
|
||||
(if expand-env
|
||||
(eval `(let* ,expand-env
|
||||
(let ((inhibit-modification-hooks t))
|
||||
(insert content))
|
||||
(insert content)
|
||||
(yas--snippet-create (point-min))))
|
||||
(let ((inhibit-modification-hooks t))
|
||||
(insert content))
|
||||
(insert content)
|
||||
(yas--snippet-create (point-min)))))))
|
||||
|
||||
;; stacked-expansion: This checks for stacked expansion, save the
|
||||
|
Loading…
x
Reference in New Issue
Block a user