Fix: Ooops forgot to commit the actual fix for #281.

This commit is contained in:
João Távora 2012-08-15 15:33:57 +01:00
parent 7981f8d63b
commit 100beaf735

View File

@ -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)