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

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

diff --git a/urgrep.el b/urgrep.el
index 63ceb1680c..f4322e18ed 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -1151,7 +1151,7 @@ current search.  Outside the prompt, this sets the value 
for all
 future searches."
   (interactive
    (let ((enable-recursive-minibuffers t))
-                 (list (split-string (read-string "File wildcard: ")))))
+     (list (split-string (read-string "File wildcard: ")))))
   (setq urgrep-file-wildcards files)
   (when (window-minibuffer-p) (urgrep--update-search-prompt)))
 

Reply via email to