]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix rgrep abbreviation
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 7 Jun 2021 12:03:11 +0000 (15:03 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 7 Jun 2021 12:03:21 +0000 (15:03 +0300)
* lisp/progmodes/grep.el (grep-mode-font-lock-keywords):
Update for the last change in grep-find-template (bug#48471).

lisp/progmodes/grep.el

index 8647c7089d50427b75f353e06ae348cd3af51c5c..462ea51e2ceb3aa14d47dacd07dc990f4ed2c5fc 100644 (file)
@@ -473,7 +473,7 @@ buffer `default-directory'."
       (1 (if (eq (char-after (match-beginning 1)) ?\0)
              `(face nil display ,(match-string 2)))))
      ;; Hide excessive part of rgrep command
-     ("^find \\(\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)"
+     ("^find \\(\\(?:-H \\)?\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)"
       (1 (if grep-find-abbreviate grep-find-abbreviate-properties
            '(face nil abbreviated-command t))))
      ;; Hide excessive part of lgrep command