fsharp / emacs-fsharp-mode

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

Fix byte-compile warnings #314

Closed syohex closed 2 years ago

syohex commented 2 years ago
eglot-fsharp.el:54:12: Warning: defcustom for ‘eglot-fsharp-server-verbose’
    fails to specify type

fsharp-mode-structure.el:268:2: Warning: docstring has wrong usage of
    unescaped single quotes (use \= or different quoting)
juergenhoetzel commented 2 years ago

Thank you!