Tags: patch
For make electric-block-comment-mode
works, it needs that the major
modes that support block comments set block-comment-start
and
block-comment-end
(which both were unused).
This patch do this work.
Note: I didn't included cc modes because i don't know which part to add it.