branch: externals/urgrep
commit f2ba643f354231520318e15d0836d97ed706fa57
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Typo
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index b2a73571cb..4ca0b3b4b8 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -306,7 +306,7 @@ If EDIT-COMMAND is non-nil, the search can be edited."
                        (apply #'urgrep--read-query urgrep-last-query))
                       (t (urgrep--read-command urgrep-last-query))))
          (command (if (listp query)
-                      (apply #'urgrep-to-command query)
+                      (apply #'urgrep--to-command query)
                     query)))
     (with-current-buffer (compilation-start command 'urgrep-mode)
       (setq urgrep-last-query query))))

Reply via email to