]> code.delx.au - gnu-emacs-elpa/commit
Accept documented snippet list formats
authorNoam Postavsky <npostavs@users.sourceforge.net>
Sat, 5 Sep 2015 17:41:12 +0000 (13:41 -0400)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Sat, 5 Sep 2015 19:42:32 +0000 (15:42 -0400)
commit68b0ab66ca3668846a8931774bef46c49dda1149
tree0da7a7f538352ea089f53a568f035aa429a0a575
parent215ad9bcf2e832be31778f026cb4f4469c7301e3
Accept documented snippet list formats

yas-define-snippets was making assumptions that happended to be true for
its current calls, but could fail if given differently formatted snippet
lists that still meet the docstring description.

* yasnippet.el (yas-define-snippets): Handle incomplete snippet lists.
yasnippet.el