lang/ocaml: make asterix in continued comments optional
This commit is contained in:
parent
cb67aa00b9
commit
3bb384f95c
2 changed files with 10 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
|||
"Break line at point and indent, continuing comment if within one."
|
||||
(interactive)
|
||||
(comment-indent-new-line)
|
||||
(when (eq (char-before) ?*)
|
||||
(when (and +ocaml-prefix-comments-with-asterisk (eq (char-before) ?*))
|
||||
(just-one-space)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue