projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ece57
)
; * lisp/eshell/em-unix.el (eshell-grep): Fix "plain grep" behavior.
author
Jim Porter
<jporterbugs@gmail.com>
Tue, 21 May 2024 00:38:00 +0000
(17:38 -0700)
committer
Jim Porter
<jporterbugs@gmail.com>
Tue, 21 May 2024 00:38:00 +0000
(17:38 -0700)
lisp/eshell/em-unix.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-unix.el
b/lisp/eshell/em-unix.el
index 751f13cc715f562a21b7943ca92e92d80a369ea9..855efa26033738374293dba19f35ff78f2df370c 100644
(file)
--- a/
lisp/eshell/em-unix.el
+++ b/
lisp/eshell/em-unix.el
@@
-815,8
+815,8
@@
external command."
(if (and maybe-use-occur eshell-no-grep-available)
(eshell-poor-mans-grep args)
(eshell-compile command (cons "-n" args)
- (
and
eshell-plain-grep-behavior
-
'interactive
)
+ (
when
eshell-plain-grep-behavior
+
'plain
)
#'grep-mode)))
(defun eshell/grep (&rest args)