Make ">>" act as double template ender in C++ Mode.
commit66bb9533fc77963c495de7f33ec6dc8e4d342a55
authorAlan Mackenzie <acm@muc.de>
Sun, 24 Aug 2014 20:38:11 +0000 (24 20:38 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 24 Aug 2014 20:38:11 +0000 (24 20:38 +0000)
tree672208bbf8ba6c8adfaba88b4b47dc6e02c0f720
parent849abe1dc11852666082627c5c385d682e9eca47
Make ">>" act as double template ender in C++ Mode.
cc-langs.el (c->-op-cont-tokens): New lang-const split off from
c->-op-cont-re.
(c->-op-cont-tokens): Change to use the above.
(c->-op-without->-cont-regexp): New lang-const.

cc-engine.el (c-forward-<>-arglist-recur): Use
c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
lisp/ChangeLog
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-langs.el