Fix rgrep abbreviation
* lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Update for the last change in grep-find-template (bug#48471).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user