summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-styles.el
Commit message (Collapse)AuthorAgeFilesLines
* (c-initialize-builtin-style):Karl Heuer1997-10-231-6/+9
| | | | | | | | Use existing copy-tree if it's defined. copy-sequence doesn't work; the c-offsets-alist must be copied recursively. Use copy-tree solution given by Simon Marshall.
* (c-initialize-builtin-style): Don't ever try to use copy-tree.Richard M. Stallman1997-09-211-8/+5
|
* (c-initialize-builtin-style):Richard M. Stallman1997-09-191-3/+13
| | | | Copy the whole tree instead of just copy-sequence.
* (c-style-alist) <python>:, knr-argdecl-intro == +Richard M. Stallman1997-09-081-2/+7
| | | | | fill-column = 78, arglist-intro <= +, inextern-lang <= 0. Set c-comment-continuation-stars to "".
* (c-style-alist): "python" style requires c-comment-continuation-stars be "".Richard M. Stallman1997-08-161-1/+2
|
* (c-style-alist) <gnu>:Richard M. Stallman1997-08-141-0/+2
| | | | Set c-comment-continuation-stars and c-hanging-comment-ender-p.
* (c-offsets-alist): Added template-args-cont syntactic symbol.Richard M. Stallman1997-08-111-1/+3
| | | | | (c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
* (c-styles-alist): In "java" style, setRichard M. Stallman1997-08-091-9/+17
| | | | | | | | | c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. (c-set-style-2): Fixed broken implementation of inherited styles. (c-set-style): Call c-initialize-builtin-style. (c-initialize-builtin-style): Handle c-style-variables-are-local-p.
* (c-set-offset): Add autoload cookie.Richard M. Stallman1997-08-071-0/+1
|
* (c-initialize-builtin-style): Use copy-sequenceRichard M. Stallman1997-07-181-21/+2
| | | | | | instead of c-copy-tree. (c-copy-tree): Function deleted.
* (c-copy-tree): Fix bugs.Richard M. Stallman1997-07-151-11/+11
|
* (c-copy-tree): New function.Richard M. Stallman1997-07-101-2/+19
| | | | (c-initialize-builtin-style): Use c-copy-tree.
* Initial revisionRichard M. Stallman1997-07-101-0/+617