Skip to content

Commit c5eb006

Browse files
casch-atdajva
authored andcommitted
Fix autoload cookie of rg-isearch-menu and rg-menu
1 parent f18d9a5 commit c5eb006

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rg-isearch.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ in files matching the current file type."
7575
:format literal
7676
:files current)
7777

78-
;;;###autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
78+
;;;###autoload (autoload 'rg-isearch-menu "rg-isearch.el" "" t)
7979
(transient-define-prefix rg-isearch-menu ()
8080
"Show menu for rg isearch commands."
8181
[:description "Search with ripgrep"

rg-menu.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ FUNC is an rerun function invoked from an `rg-mode' buffer."
116116
(rg-menu-wrap-transient-rerun rg-rerun-change-files)
117117
(rg-menu-wrap-transient-rerun rg-rerun-change-dir)
118118

119-
;;;###autoload (autoload 'rg-menu "rg-menu.el" "" t)
119+
;;;###autoload (autoload 'rg-menu "rg-menu.el" "" t)
120120
(transient-define-prefix rg-menu ()
121121
"Show menu buffer for rg commands."
122122
:man-page "rg"
@@ -223,4 +223,3 @@ If prefix is not supplied `rg-keymap-prefix' is used."
223223
(provide 'rg-menu)
224224

225225
;;; rg-menu.el ends here
226-

0 commit comments

Comments
 (0)