Skip to content

Commit

Permalink
Fix transient menu for Emacs versions before 30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deejayem committed Nov 22, 2024
1 parent 2210460 commit 1af348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-link-transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
:if-not 'use-region-p
:key "n")

;;;###autoload
;;;###autoload (autoload 'git-link-dispatch "git-link-transient" nil t)
(transient-define-prefix git-link-dispatch ()
"Git link dispatch."
[:description
Expand Down

0 comments on commit 1af348d

Please sign in to comment.