]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cc-engine.el
-
[gnu-emacs] / lisp / progmodes / cc-engine.el
index b75d667d31831e86bc394543ceca9a07d13f5440..dc2480961d15fd9b365495a2294c77fe612cb58e 100644 (file)
@@ -6739,9 +6739,6 @@ comment at the start of cc-engine.el for more info."
                      (c-backward-syntactic-ws))
                    (c-back-over-list-of-member-inits)
                    (and (eq (char-before) ?:)
-                        (save-excursion
-                          (c-backward-token-2)
-                          (not (looking-at c-:$-multichar-token-regexp)))
                         (c-just-after-func-arglist-p))))
 
            (while (and (not (and level-plausible
@@ -6756,9 +6753,6 @@ comment at the start of cc-engine.el for more info."
                      (c-backward-syntactic-ws)
                      (c-back-over-list-of-member-inits)
                      (and (eq (char-before) ?:)
-                          (save-excursion
-                            (c-backward-token-2)
-                            (not (looking-at c-:$-multichar-token-regexp)))
                           (c-just-after-func-arglist-p)))))
 
            (and at-top-level level-plausible)))