fsharp / emacs-fsharp-mode

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

Replace dash functions and fix byte-compile warnings #266

Closed syohex closed 3 years ago

syohex commented 3 years ago

This commit https://github.com/fsharp/emacs-fsharp-mode/commit/93b3e0036121eec298fe26f1267dd61944612b7a removed dash.el dependency but some dash functions still used. This PR replaces dash functions/macros with standard library's functions/macros.

juergenhoetzel commented 3 years ago

Nice idiomatic elisp :+1: Thanks a lot!