diff options
| -rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 14e251e0667..755c9c73d37 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -734,6 +734,8 @@ This function is called from `compilation-filter-hook'." | |||
| 734 | (grep-use-null-device ,grep-use-null-device) | 734 | (grep-use-null-device ,grep-use-null-device) |
| 735 | (grep-find-command ,grep-find-command) | 735 | (grep-find-command ,grep-find-command) |
| 736 | (grep-find-template ,grep-find-template) | 736 | (grep-find-template ,grep-find-template) |
| 737 | (grep-use-null-filename-separator | ||
| 738 | ,grep-use-null-filename-separator) | ||
| 737 | (grep-find-use-xargs ,grep-find-use-xargs) | 739 | (grep-find-use-xargs ,grep-find-use-xargs) |
| 738 | (grep-highlight-matches ,grep-highlight-matches)))))) | 740 | (grep-highlight-matches ,grep-highlight-matches)))))) |
| 739 | 741 | ||