]> code.delx.au - gnu-emacs-elpa/commit
Fix field transform application in yas-next-field
authorNoam Postavsky <github.10.npostavs@spamgourmet.com>
Thu, 12 May 2016 08:57:08 +0000 (04:57 -0400)
committerNoam Postavsky <github.10.npostavs@spamgourmet.com>
Thu, 12 May 2016 08:57:08 +0000 (04:57 -0400)
commit6180cc40591a8b38488dff5162c38fc0532f1997
tree46fd4895db5bac0d3ec5a6f8d500b2a37ac1e5b4
parent6f97316551cae9945608c4f7a9fca194a602ddcb
Fix field transform application in yas-next-field

* yasnippet.el (yas--apply-transform): Don't let-bind yas-moving-away-p
to nil, it's nil by default.
(yas-next-field): Call `yas--field-update-display' instead of only
calling `yas--eval-lisp' so that the result of the transform is inserted
into the buffer.
yasnippet.el