mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
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:
parent
c8d4af8637
commit
722064022c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue