fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
206 stars 62 forks source link

Use cl-lib function instead of cl.el's one #284

Closed syohex closed 2 years ago

syohex commented 2 years ago

I got the following error when launching REPL.

inferior-fsharp-mode: Symbol’s function definition is void: copy-seq

cl.el is deprecated since Emacs 27 and newer Emacs doesn't load by default. This file already loads cl-lib so it should use cl-lib functions.

juergenhoetzel commented 2 years ago

Thanks!