diff 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
line wrap: on
line diff
--- a/lisp/modes/cc-mode.el	Mon Aug 13 09:05:11 2007 +0200
+++ b/lisp/modes/cc-mode.el	Mon Aug 13 09:05:42 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'.")