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 410a973d1b4..d207094cafe 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -553,7 +553,7 @@ easily repeat a find command." | |||
| 553 | (read-string | 553 | (read-string |
| 554 | "compile.el: No `grep-find-command' command available. Press RET.") | 554 | "compile.el: No `grep-find-command' command available. Press RET.") |
| 555 | (list nil)))) | 555 | (list nil)))) |
| 556 | (when (and grep-find-command command-args) | 556 | (when command-args |
| 557 | (let ((null-device nil)) ; see grep | 557 | (let ((null-device nil)) ; see grep |
| 558 | (grep command-args)))) | 558 | (grep command-args)))) |
| 559 | 559 | ||