dajva / rg.el

Emacs search tool based on ripgrep
https://rgel.readthedocs.io
GNU General Public License v3.0
470 stars 38 forks source link

define-transient-command is an obsolete alias #104

Closed diamond-lizard closed 3 years ago

diamond-lizard commented 3 years ago

When I byte-compile rg-isearch.el and rg-menu.el I get warnings:

‘define-transient-command’ is an obsolete alias (as of Transient 0.3.0); use ‘transient-define-prefix’ instead.
dajva commented 3 years ago

I know. Transient 0.3.0 has not been properly released yet though so I can't bump the dependency and get rid of this. So we would have to live with this for now.

dajva commented 3 years ago

New version of transient released now.