You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 18 Jul 2013 at 10:05
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 18 Jul 2013 at 10:05The text was updated successfully, but these errors were encountered: