]> 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:33:57 +0000 (15:33 +0100)
yasnippet.el

index 03c532582c3e0a6ad7bd8d727300ad35152dd1f5..21f0d6a6f7645b2704180a6f4e6551ed7b1773a2 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)