makes 'yas/template' objects easier to read in the echo area

This commit is contained in:
Joao Tavora 2012-03-20 09:16:00 +00:00
parent 2188a9d1d1
commit 440b6936a5

View File

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