• Alan Mackenzie's avatar
    Refactor c-forward-token-2 with new function c-forward-over-token-and-ws. · b7c4aa95
    Alan Mackenzie authored
    Use the new function directly in several places where c-forward-token-2
    wouldn't move over the last token in the buffer.  This caused an infinite loop
    in c-restore-<>-properties.
    
    * lisp/progmodes/cc-engine.el (c-forward-over-token-and-ws): New function,
    extracted from c-forward-token-2.
    (c-forward-token-2): Refactor, calling the new function.
    (c-restore-<>-properties): Fix infinite loop.
    (c-forward-<>-arglist-recur, c-in-knr-argdecl)
    (c-looking-at-or-maybe-in-bracelist): Call the new function directly in place
    of c-forward-token-2.
    
    * lisp/progmodes/cc-cmds.el (c-defun-name) Call the new function directly in
    place of c-forward-token-2.
    
    * lisp/progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Call the new
    function directly in place of c-forward-token-2.
    b7c4aa95
cc-cmds.el 170 KB