]> code.delx.au - gnu-emacs-elpa/commitdiff
makes 'yas/template' objects easier to read in the echo area
authorJoao Tavora <joaotavora@gmail.com>
Tue, 20 Mar 2012 09:16:00 +0000 (09:16 +0000)
committerJoao Tavora <joaotavora@gmail.com>
Tue, 20 Mar 2012 09:16:00 +0000 (09:16 +0000)
yasnippet.el

index 8de4a3941eb524d8e7ef01b1d4474879f90eaae9..d9c3882cde5c42a877b1f207dbd1a1b18ea2f6df 100644 (file)
@@ -889,7 +889,6 @@ Do this unless `yas/dont-activate' is truish "
 
 (defstruct (yas/template (:constructor yas/make-blank-template))
   "A template for a snippet."
-  table
   key
   content
   name
@@ -901,6 +900,7 @@ Do this unless `yas/dont-activate' is truish "
   menu-binding-pair
   group      ;; as dictated by the #group: directive or .yas-make-groups
   perm-group ;; as dictated by `yas/define-menu'
+  table
   )
 
 (defun yas/populate-template (template &rest args)