magit / forge

Work with Git forges from the comfort of Magit
GNU General Public License v3.0
1.3k stars 113 forks source link

transient-define-suffix: Fix autoload #635

Closed benthamite closed 6 months ago

benthamite commented 6 months ago

Commit magit/forge@0a656ed replaced a function with a transient suffix, but it left the associated autoload unchanged. As a consequence, a warning is generated at startup ("void-function transient-define-suffix"). This patch defines the autoload correctly.

tarsius commented 6 months ago

Thanks!