]> git.eshelyaron.com Git - emacs.git/commit
Don't consider "Grep finished" lines as matches for file names
authorPaul Nelson <ultrono@gmail.com>
Mon, 21 Apr 2025 14:25:06 +0000 (16:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Apr 2025 17:36:58 +0000 (19:36 +0200)
commita5b920a604737d3a0b6812acf97c30e4200d33ab
treed2efc83ea47cf873c12cda6ce0598b4469ac3f49
parent296b2f8973a57ac8968152b00ddf3555d9a47677
Don't consider "Grep finished" lines as matches for file names

* lisp/progmodes/grep.el
(grep-compilation-transform-finished-rules): New variable
containing rules to prevent "Grep finished" lines from being
misinterpreted as matches for file names.
(grep-mode): Add these rules to
'compilation-transform-file-match-alist' (bug#77732).

(cherry picked from commit dd3429526aacef0aa98171a598a535a72b9cde39)
lisp/progmodes/grep.el