summaryrefslogtreecommitdiff
path: root/rumu.el
diff options
context:
space:
mode:
Diffstat (limited to 'rumu.el')
-rw-r--r--rumu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumu.el b/rumu.el
index eeb900e..6afe414 100644
--- a/rumu.el
+++ b/rumu.el
@@ -32,7 +32,7 @@
"Major mode for editing rumu files."
(set (make-local-variable 'comment-start) ";")
(set (make-local-variable 'comment-end) "")
- (set (make-local-variable 'comment-use-syntax) t)
+ (set (make-local-variable 'comment-use-syntax) nil)
(set (make-local-variable 'comment-multi-line) nil))
(provide 'rumu)