From cb3f1254392e4924329a2605b8de14f21b0351ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 22 Apr 2012 17:12:13 +0100 Subject: [PATCH] bugfix: print-legnth has to be infinity here --- yasnippet.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index 49d7e1b..7a2a13f 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1742,7 +1742,8 @@ This works by stubbing a few functions, then calling (yas/define-snippets (mode snippets) (insert ";;; Snippet definitions:\n;;;\n") - (let ((literal-snippets (list))) + (let ((literal-snippets (list)) + (print-length nil)) (dolist (snippet snippets) (let ((key (first snippet)) (template-content (second snippet))