mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Fix: Ooops forgot to commit the actual fix for #281.
This commit is contained in:
parent
7981f8d63b
commit
100beaf735
@ -1811,7 +1811,7 @@ loading."
|
|||||||
(defun yas--load-pending-jits ()
|
(defun yas--load-pending-jits ()
|
||||||
(when yas-minor-mode
|
(when yas-minor-mode
|
||||||
(dolist (mode (yas--modes-to-activate))
|
(dolist (mode (yas--modes-to-activate))
|
||||||
(let ((forms (gethash mode yas--scheduled-jit-loads)))
|
(let ((forms (reverse (gethash mode yas--scheduled-jit-loads))))
|
||||||
;; must reverse to maintain coherence with `yas-snippet-dirs'
|
;; must reverse to maintain coherence with `yas-snippet-dirs'
|
||||||
(dolist (form forms)
|
(dolist (form forms)
|
||||||
(yas--message 3 "Loading for `%s', just-in-time: %s!" mode form)
|
(yas--message 3 "Loading for `%s', just-in-time: %s!" mode form)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user