1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

lisp/ChangeLog: Fix bug#11386.

This commit is contained in:
Rüdiger Sonderfeld 2014-11-18 18:01:55 +01:00
parent b2c4e6c825
commit cb4f666ade

View file

@ -2731,7 +2731,8 @@
(c-typeless-decl-kwds): Append "auto" onto the C++ value.
(c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
Make ">>" act as double template ender in C++ Mode.
Make ">>" act as double template ender in C++ Mode. Fix
bug#11386.
* progmodes/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.