Mercurial > hg > xemacs-beta
comparison lisp/cc-mode/cc-styles.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | b405438285a2 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
5 ;; Authors: 1992-1997 Barry A. Warsaw | 5 ;; Authors: 1992-1997 Barry A. Warsaw |
6 ;; 1987 Dave Detlefs and Stewart Clamen | 6 ;; 1987 Dave Detlefs and Stewart Clamen |
7 ;; 1985 Richard M. Stallman | 7 ;; 1985 Richard M. Stallman |
8 ;; Maintainer: cc-mode-help@python.org | 8 ;; Maintainer: cc-mode-help@python.org |
9 ;; Created: 22-Apr-1997 (split from cc-mode.el) | 9 ;; Created: 22-Apr-1997 (split from cc-mode.el) |
10 ;; Version: 5.15 | 10 ;; Version: 5.16 |
11 ;; Keywords: c languages oop | 11 ;; Keywords: c languages oop |
12 | 12 |
13 ;; This file is part of GNU Emacs. | 13 ;; This file is part of GNU Emacs. |
14 | 14 |
15 ;; GNU Emacs is free software; you can redistribute it and/or modify | 15 ;; GNU Emacs is free software; you can redistribute it and/or modify |
41 (statement-cont . +) | 41 (statement-cont . +) |
42 (arglist-intro . c-lineup-arglist-intro-after-paren) | 42 (arglist-intro . c-lineup-arglist-intro-after-paren) |
43 (arglist-close . c-lineup-arglist) | 43 (arglist-close . c-lineup-arglist) |
44 )) | 44 )) |
45 (c-special-indent-hook . c-gnu-impose-minimum) | 45 (c-special-indent-hook . c-gnu-impose-minimum) |
46 (c-comment-continuation-stars . "") | |
47 (c-hanging-comment-ender-p . t) | |
46 ) | 48 ) |
47 ("k&r" | 49 ("k&r" |
48 (c-basic-offset . 5) | 50 (c-basic-offset . 5) |
49 (c-comment-only-line-offset . 0) | 51 (c-comment-only-line-offset . 0) |
50 (c-offsets-alist . ((statement-block-intro . +) | 52 (c-offsets-alist . ((statement-block-intro . +) |
122 (brace-list-intro) | 124 (brace-list-intro) |
123 (brace-list-close) | 125 (brace-list-close) |
124 (substatement-open after) | 126 (substatement-open after) |
125 (block-close . c-snug-do-while) | 127 (block-close . c-snug-do-while) |
126 )) | 128 )) |
129 (c-comment-continuation-stars "") | |
127 ) | 130 ) |
128 ("java" | 131 ("java" |
129 (c-basic-offset . 2) | 132 (c-basic-offset . 2) |
130 (c-comment-only-line-offset . (0 . 0)) | 133 (c-comment-only-line-offset . (0 . 0)) |
131 ;; the following preserves Javadoc starter lines | 134 ;; the following preserves Javadoc starter lines |