]> git.eshelyaron.com Git - emacs.git/commit
Use explicit "--color=auto" in grep mode to support both GNU grep and ripgrep
authorJuri Linkov <juri@linkov.net>
Tue, 29 Dec 2020 19:41:24 +0000 (21:41 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 29 Dec 2020 19:41:24 +0000 (21:41 +0200)
commit0a82e66db42a5cb81cf54b904c20410cf9218f8f
treee5b150ae8bcec5520c5fec489e85e7f66ac550b8
parentc13937ccb6c9ebf7a1dd9eaa7eb6bb3768409093
Use explicit "--color=auto" in grep mode to support both GNU grep and ripgrep

* lisp/progmodes/grep.el (grep-highlight-matches):
(grep-compute-defaults, grep-expand-template):
Use "--color=auto" instead of "--color" (bug#44983).
lisp/progmodes/grep.el