Mercurial > hg > xemacs-beta
comparison lisp/modes/cc-mode.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 54cc21c15cbb |
children | fe104dbd9147 |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
1195 "\\)\\b[^_]") | 1195 "\\)\\b[^_]") |
1196 "Regexp describing a conditional control for C++.") | 1196 "Regexp describing a conditional control for C++.") |
1197 (defconst c-C++-friend-key | 1197 (defconst c-C++-friend-key |
1198 "friend[ \t]+\\|template[ \t]*<.+>[ \t]*friend[ \t]+" | 1198 "friend[ \t]+\\|template[ \t]*<.+>[ \t]*friend[ \t]+" |
1199 "Regexp describing friend declarations in C++ classes.") | 1199 "Regexp describing friend declarations in C++ classes.") |
1200 (defconst c-C++-comment-start-regexp "//\\|/\\*" | 1200 (defconst c-C++-comment-start-regexp "/[/*]" |
1201 "Dual comment value for `c-comment-start-regexp'.") | 1201 "Dual comment value for `c-comment-start-regexp'.") |
1202 (defconst c-C-comment-start-regexp "/\\*" | 1202 (defconst c-C-comment-start-regexp "/\\*" |
1203 "Single comment style value for `c-comment-start-regexp'.") | 1203 "Single comment style value for `c-comment-start-regexp'.") |
1204 | 1204 |
1205 (defconst c-ObjC-method-key | 1205 (defconst c-ObjC-method-key |