]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix: Ooops forgot to commit the actual fix for #281.
authorJoão Távora <joaotavora@gmail.com>
Wed, 15 Aug 2012 14:33:57 +0000 (15:33 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 15 Aug 2012 14:38:10 +0000 (15:38 +0100)
yasnippet.el

index ab84696bfaebd83be42c1acff998d53d19f61f9c..17e6f91581c535a18d394682cf83e58a5ec5e984 100644 (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)