diff --git a/puml-mode.el b/puml-mode.el index f7e9208..458ad9c 100644 --- a/puml-mode.el +++ b/puml-mode.el @@ -281,6 +281,7 @@ default output type for new buffers." Shortcuts Command Name \\[puml-complete-symbol] `puml-complete-symbol'" (make-local-variable 'puml-output-type) + (set (make-local-variable 'comment-start) "' ") (setq font-lock-defaults '((puml-font-lock-keywords) nil t))) (provide 'puml-mode)