bugfix: print-legnth has to be infinity here

This commit is contained in:
João Távora 2012-04-22 17:12:13 +01:00
parent 023f1ebad4
commit cb3f125439

View File

@ -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))