aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-engine.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 5ac4a769337..9ea0b2046a6 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -6418,7 +6418,7 @@ comment at the start of cc-engine.el for more info."
6418 (not (eq (c-get-char-property (point) 'c-type) 6418 (not (eq (c-get-char-property (point) 'c-type)
6419 'c-decl-arg-start))))))) 6419 'c-decl-arg-start)))))))
6420 (or (c-forward-<>-arglist nil) 6420 (or (c-forward-<>-arglist nil)
6421 (forward-char))))) 6421 (c-forward-token-2)))))
6422 6422
6423 6423
6424;; Functions to handle C++ raw strings. 6424;; Functions to handle C++ raw strings.