ocaml / tuareg

Emacs OCaml mode
GNU General Public License v3.0
360 stars 79 forks source link

Fix various Emacs 29 warnings #286

Closed mattiase closed 2 years ago

mattiase commented 2 years ago

Fix various byte-compilation warnings on Emacs master, and a Makefile annoyance.

monnier commented 2 years ago
  • Avoid speedbar warning; assume it always present

BTW, I think that code should always have used (with-)eval-after-load. It won't fix the warning, but it will avoid the unnecessarily eager loading of speedbar.

    Stefan
mattiase commented 2 years ago

You are quite right. Now changed.

monnier commented 2 years ago

Thanks, pushed