Mercurial > hg > xemacs-beta
comparison lisp/modes/cc-mode.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 27bc7f280385 |
children | e04119814345 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
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 |