]> code.delx.au - gnu-emacs-elpa/commit
Closes #474: fix more cc-mode font-lock conflicts
authorNoam Postavsky <npostavs@users.sourceforge.net>
Wed, 14 May 2014 23:49:11 +0000 (19:49 -0400)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Wed, 14 May 2014 23:49:11 +0000 (19:49 -0400)
commit763f5faa14614b207d65e03594b80ba662f47efc
tree67795a7744488fe6276c84b62c77e713257e4606
parentfe288a156c063666d9c6613b6eea0ed5a515a86b
Closes #474: fix more cc-mode font-lock conflicts

* yasnippet-tests.el (example-for-issue-474): Don't call insert from
  within backquotes, it's redundant and prevents proper testing of
  backquote expansion.

* yasnippet.el (yas--restore-backquotes, yas--save-backquotes): Ensure
  the buffer isn't narrowed while modifying it to avoid conflicting with
  cc-mode fontification.
yasnippet-tests.el
yasnippet.el