Fix comment string

This commit is contained in:
Gergely Risko 2013-07-09 16:41:55 +02:00
parent 64d6ec675d
commit 87da7ba3ab

View file

@ -174,7 +174,7 @@ Can indent, complete or align depending on context."
(ledger-check-version)
(ledger-post-setup)
(set (make-local-variable 'comment-start) " ; ")
(set (make-local-variable 'comment-start) "; ")
(set (make-local-variable 'comment-end) "")
(set (make-local-variable 'indent-tabs-mode) nil)