bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19834: Specifying File Variables - does not allow setting comment-st


From: Nicolas Richard
Subject: bug#19834: Specifying File Variables - does not allow setting comment-start to semicolon
Date: Wed, 11 Feb 2015 10:26:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Jari Aalto <jari.aalto@cante.net> writes:

> ;; Local Variables:
> ;; mode: text ;
> ;; comment-start: ;
> ;; End:

it seems to me this should be written as

;; Local Variables:
;; mode: text
;; comment-start: ";"
;; End:

-- 
Nico.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]