]> git.eshelyaron.com Git - emacs.git/commit
Fix "grep foo bar" in eshell
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Dec 2020 10:18:45 +0000 (11:18 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 3 Dec 2020 10:18:45 +0000 (11:18 +0100)
commit4b25ffd3b8ffb854c2458efc4914829ead9a0f79
tree52b2f7bd9bdbde32e5e7934b3bf670efe728f111
parent6422750b4f8cbc7d1da49b72873deeb18390e379
Fix "grep foo bar" in eshell

* lisp/eshell/em-unix.el (eshell-grep): Use the -H switch so that
we always get the file name, so that `M-x next-error' and friends
work (bug#22330).
lisp/eshell/em-unix.el