From bc247fc9791538a2146b039ca0f40a998bf11d32 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 11 Nov 2013 17:03:33 +0900 Subject: [PATCH] use grep-find-histoty for my-rgrep --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 8fa243d..ebf2c88 100644 --- a/emacs.el +++ b/emacs.el @@ -1965,7 +1965,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer." "My recursive grep." (interactive (list (read-shell-command "sgrep command: " (my-rgrep-grep-command) - 'grep-history))) + 'grep-find-history))) (compilation-start command-args 'grep-mode))