diff options
| -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 8647c7089d5..462ea51e2ce 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -473,7 +473,7 @@ buffer `default-directory'." | |||
| 473 | (1 (if (eq (char-after (match-beginning 1)) ?\0) | 473 | (1 (if (eq (char-after (match-beginning 1)) ?\0) |
| 474 | `(face nil display ,(match-string 2))))) | 474 | `(face nil display ,(match-string 2))))) |
| 475 | ;; Hide excessive part of rgrep command | 475 | ;; Hide excessive part of rgrep command |
| 476 | ("^find \\(\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)" | 476 | ("^find \\(\\(?:-H \\)?\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)" |
| 477 | (1 (if grep-find-abbreviate grep-find-abbreviate-properties | 477 | (1 (if grep-find-abbreviate grep-find-abbreviate-properties |
| 478 | '(face nil abbreviated-command t)))) | 478 | '(face nil abbreviated-command t)))) |
| 479 | ;; Hide excessive part of lgrep command | 479 | ;; Hide excessive part of lgrep command |