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

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

bug#19399: js mode comment-filling fixlet


From: npostavs
Subject: bug#19399: js mode comment-filling fixlet
Date: Sun, 08 Jan 2017 00:45:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Tom Tromey <tom@tromey.com> writes:

> For bug#19399, debugging showed that js-mode left
> c-block-comment-start-regexp nil, so this sets it to the correct value.

> +  (setq-local c-block-comment-start-regexp "\\*/")

Shouldn't that be "/\\*"?  Otherwise it looks like a comment-end regexp...





reply via email to

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