Lisp: Cons literals losing space before the dot
cconnett opened this issue · 3 comments
cconnett commented
Cons literals that get reformatted on a new line are losing the space before the dot. This is causing them to no longer be cons literals and instead become lists with an unexpected in the second symbol.
(append '(("a" .c++-mode)
(b .2))
a)
tuhdo commented
Thanks for the report. I will look into it soon.
tuhdo commented
The bug was fixed. Please report if you find more. Thanks again.
cconnett commented
Thanks for the speedy fix!