diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index ecc386404c6..433c2705cd5 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -753,7 +753,7 @@ This command shares argument histories with \\[lgrep] and \\[grep-find]." | |||
| 753 | " " find-name-arg " " | 753 | " " find-name-arg " " |
| 754 | (mapconcat #'shell-quote-argument | 754 | (mapconcat #'shell-quote-argument |
| 755 | (split-string files) | 755 | (split-string files) |
| 756 | " -o " find-name-arg " ") | 756 | (concat " -o " find-name-arg " ")) |
| 757 | " " | 757 | " " |
| 758 | (shell-quote-argument ")")) | 758 | (shell-quote-argument ")")) |
| 759 | dir | 759 | dir |