From 440b6936a5dd91f7f811317de84586326d289654 Mon Sep 17 00:00:00 2001 From: Joao Tavora Date: Tue, 20 Mar 2012 09:16:00 +0000 Subject: [PATCH] makes 'yas/template' objects easier to read in the echo area --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 8de4a39..d9c3882 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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)