• Alan Mackenzie's avatar
    Fix minor bug in c-syntactic-re-search-forward. · 15c16a5d
    Alan Mackenzie authored
    Bug was: when NOERROR is neither nil nor t, BOUND is non-nil, PAREN-LEVEL is
    non-nil, and the first internal search attempt fails, point wrongly ends up at
    BOUND, rather than just before the next closing paren.
    
    * lisp/progmodes/cc-engine.el (c-syntactic-re-search-forward): Guard against
    the above situation.
    15c16a5d
cc-engine.el 451 KB