]> code.delx.au - gnu-emacs-elpa/commit
Signal an error on recursive yas--fallback calls
authorNoam Postavsky <npostavs@users.sourceforge.net>
Sun, 5 Oct 2014 00:52:58 +0000 (20:52 -0400)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Sun, 5 Oct 2014 00:52:58 +0000 (20:52 -0400)
commite7314516e372811d50ae11fcce66b2a28863cc2b
tree74ff07d209e07a1aaf316b1fa627a4a64bfcc3cd
parent08b044e559cc350c6e7142d088ec2d4a82e378cb
Signal an error on recursive yas--fallback calls

* yasnippet.el (yas--fallback): let-bind yas-fallback-behavior to
  'yas--fallback before actually doing the fallback. Signal an error if
  it's 'yas--fallback (indicating we're in an infinte loop).
yasnippet.el