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

    Remove no-longer-needed `post-arguments'
---
 urgrep.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 665bd93164..a553204af8 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -194,7 +194,6 @@ See also `grep-process-setup'."
      (arguments (executable "--color" "always" "--colors" "path:fg:magenta"
                  "--colors" "match:fg:red" "--colors" "match:style:bold"
                  file-wildcards group context case-fold regexp "--" query))
-     (post-arguments ("--"))
      (group-arguments (('nil '("--no-heading"))
                        (_    '("--heading"))))
      (context-arguments ,urgrep--context-arguments)

Reply via email to