diff options
Diffstat (limited to 'rumu.el')
-rw-r--r-- | rumu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |