branch: elpa/anzu commit 537b8bfd366afbb4866fa41286de79657fc539e5 Author: Syohei YOSHIDA <[email protected]> Commit: Syohei YOSHIDA <[email protected]>
Add autoload cookie
---
anzu.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/anzu.el b/anzu.el
index cf983e60fa..3c3b44deb4 100644
--- a/anzu.el
+++ b/anzu.el
@@ -487,6 +487,7 @@
(interactive)
(anzu--query-replace-common nil))
+;;;###autoload
(defun anzu-query-replace-regexp ()
(interactive)
(anzu--query-replace-common t))
