Elsa
Elsa copied to clipboard
fix: Second argument of `mapconcat` should be sequence, not list
Hi, Elsa! It is very interesting project for me. It is usually useful to apply static type analysis for Emacs Lisp.
I found that the second argument mapconcat was (list mixed), which should be sequence.
This PR fix it.
Thanks.