yoya / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

comment-start should be buffer local #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

comment-start, comment-end and comment-start-skip are set globally while they 
should be only set for the current buffer. See this bug in Debian BTS:
 http://bugs.debian.org/714228

I suppose this could be fixed by using setq-local instead of setq?

Original issue reported on code.google.com by vince.be...@gmail.com on 18 Jul 2013 at 10:05

GoogleCodeExporter commented 8 years ago
Fixed in 
https://github.com/mooz/js2-mode/commit/2c27e3eb847ccbfd494d23d61098610c87d21804

> I suppose this could be fixed by using setq-local instead of setq?

Sadly, `setq-local' was only added in 24.3.

Original comment by raa...@gmail.com on 24 Jul 2013 at 10:26