From 5384dd4c7a43805fc2d2a9efd75c2f460813cc3f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 11 Nov 2013 16:59:55 +0900 Subject: [PATCH] fix bug of my-rgrep-grep --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2633c36..8fa243d 100644 --- a/emacs.el +++ b/emacs.el @@ -1947,7 +1947,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer." "-path '*/.git' -prune -o " "-path '*/.svn' -prune -o " "-type f -print0 | " - "xargs -0 -e grep -nH -e '%s'") + "xargs -0 -e grep -nH -e ") "grep command for grep") (defun my-rgrep-grep-command ()