summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Collapse)AuthorAgeFilesLines
* (c-guess-basic-syntax):Karl Heuer1997-10-231-2/+3
| | | | | | | | | CASE 5F: extern-lang-close relpos should be element 0 of inclass-p, not element 1. (c-beginning-of-statement-1): Watch out for keywords which have a preceding underscore.
* (c-end-of-statement-1):Karl Heuer1997-10-231-1/+1
| | | | | | Wrap backward-up-list in a c-safe call so no error results when buffer contains only a comment and point is at eob.
* (c-end-of-statement-1): Wrap backward-up-list in a c-safe call so noRichard M. Stallman1997-09-081-8/+10
| | | | | | | error results when buffer contains only a comment and point is at eob. (c-inside-bracelist-p): Add a test to the enum list test so that enum in a k&r arg decl doesn't confuse handling of the function body.
* (c-end-of-statement-1): Eliminate false hits on important charactersRichard M. Stallman1997-08-161-9/+15
| | | | inside literals (strings, comments).
* (c-guess-basic-syntax): CASE 5D.4: template argument continuationRichard M. Stallman1997-08-111-3/+4
| | | | lines are now analyzed as template-args-cont.
* (c-beginning-of-statement-1): When checking for bare semi, don't matchRichard M. Stallman1997-08-091-2/+4
| | | | | | | | on a semi following a close brace. (c-guess-basic-syntax): CASE 5I: When adding 'inclass syntax, use the relpos pointing to the class opening brace, unless that hangs on the right side, in which case, use the start of the class/struct keyword.
* (c-maybe-labelp): Add defvar.Richard M. Stallman1997-07-181-13/+19
|
* Initial revisionRichard M. Stallman1997-07-101-0/+1704