Elsa icon indicating copy to clipboard operation
Elsa copied to clipboard

fix: Second argument of `mapconcat` should be sequence, not list

Open ROCKTAKEY opened this issue 2 years ago • 0 comments

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.

ROCKTAKEY avatar Jul 03 '23 19:07 ROCKTAKEY