mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Fix: Ooops forgot to commit the actual fix for #281.
This commit is contained in:
parent
926876b1a2
commit
f96bd13cf7
@ -1811,7 +1811,7 @@ loading."
|
||||
(defun yas--load-pending-jits ()
|
||||
(when yas-minor-mode
|
||||
(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'
|
||||
(dolist (form forms)
|
||||
(yas--message 3 "Loading for `%s', just-in-time: %s!" mode form)
|
||||
|
Loading…
x
Reference in New Issue
Block a user