]> git.eshelyaron.com Git - emacs.git/commit
Java Mode: Fix handling of nested generics ending in >>>.
authorAlan Mackenzie <acm@muc.de>
Sat, 27 Jul 2019 16:28:48 +0000 (16:28 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 27 Jul 2019 16:28:48 +0000 (16:28 +0000)
commita50271e0c39bad630b433e31434ef20f584bfc09
tree7cb31f73b241b708d2859d7ab27d630523002de2
parent883679dde80700322e5a316102b47812d824bad5
Java Mode: Fix handling of nested generics ending in >>>.

This fixes bug #24671.

* lisp/progmodes/cc-langs.el (c-multichar->-op-not->>-regexp): remove,
transforming into ...
(c-multichar->-op-not->>->>>-regexp) New lang const/var.

* lisp/progmodes/cc-engine.el (c-forward-<>-arglist-recur): use the new
c-multichar->-op-not->>->>>-regexp in place of the old
c-multichar->-op-not->>-regexp.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-langs.el