aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2021-06-07 15:03:11 +0300
committerDmitry Gutov2021-06-07 15:03:21 +0300
commit722064022ccbf594e2f74fa13b252b686c3ff0ea (patch)
tree12cf3ac7074466d8c13ab6c6711cbba795aa2a19
parentc8d4af863727d25adc71f7bec906fddbd0fa0d58 (diff)
downloademacs-722064022ccbf594e2f74fa13b252b686c3ff0ea.tar.gz
emacs-722064022ccbf594e2f74fa13b252b686c3ff0ea.zip
Fix rgrep abbreviation
* lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Update for the last change in grep-find-template (bug#48471).
-rw-r--r--lisp/progmodes/grep.el2
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