tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

Replace positional args with keyword args in define-minor-mode #116

Closed apatry closed 2 years ago

apatry commented 2 years ago

Positional arguments in define-minor-mode have been deprecated since emacs version 21 and were producing a warning message in message in emacs 27. This changeset replaces positional arguments with keyword arguments.

tpapp commented 2 years ago

Thanks!