el/dot-emacs.in (mdw-c-comment-fill-prefix): Fix it properly.
[profile] / el / dot-emacs.el
index 001fa29..05e5898 100644 (file)
@@ -1927,7 +1927,7 @@ name, as a symbol."
 
 (defvar mdw-c-comment-fill-prefix
   `((,(concat "\\([ \t]*/?\\)"
-             "\\(\*\\|//]\\)"
+             "\\(\\*\\|//\\)"
              "\\([ \t]*\\)"
              "\\([A-Za-z]+:[ \t]*\\)?"
              mdw-hanging-indents)