Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/modes/cc-mode.el Mon Aug 13 08:47:56 2007 +0200 +++ b/lisp/modes/cc-mode.el Mon Aug 13 08:48:16 2007 +0200 @@ -1197,7 +1197,7 @@ (defconst c-C++-friend-key "friend[ \t]+\\|template[ \t]*<.+>[ \t]*friend[ \t]+" "Regexp describing friend declarations in C++ classes.") -(defconst c-C++-comment-start-regexp "//\\|/\\*" +(defconst c-C++-comment-start-regexp "/[/*]" "Dual comment value for `c-comment-start-regexp'.") (defconst c-C-comment-start-regexp "/\\*" "Single comment style value for `c-comment-start-regexp'.")