diff options
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index f9c33f51495..cfbb668baeb 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -6837,7 +6837,7 @@ comment at the start of cc-engine.el for more info." (let ((type (c-syntactic-content from to c-recognize-<>-arglists))) (unless (gethash type c-found-types) (puthash type t c-found-types) - (when (and (not c-record-found-types) ; Only call `c-fontify-new-fount-type' + (when (and (not c-record-found-types) ; Only call `c-fontify-new-found-type' ; when we haven't "bound" c-found-types ; to itself in c-forward-<>-arglist. (eq (string-match c-symbol-key type) 0) |