projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce04647
)
; * lisp/eshell/esh-io.el (grep-null-device): Remove unused defvar.
author
Jim Porter
<jporterbugs@gmail.com>
Sun, 30 Jan 2022 01:28:23 +0000
(17:28 -0800)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 21 Feb 2022 17:39:40 +0000
(18:39 +0100)
lisp/eshell/esh-io.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-io.el
b/lisp/eshell/esh-io.el
index 8e6463eac27d06b7d277d0cf2de9932882e15645..e457f65c185b2d7ade0b0dfd85a46d7020c9fc1e 100644
(file)
--- a/
lisp/eshell/esh-io.el
+++ b/
lisp/eshell/esh-io.el
@@
-375,8
+375,6
@@
it defaults to `insert'."
(error "Invalid redirection target: %s"
(eshell-stringify target)))))
-(defvar grep-null-device)
-
(defun eshell-set-output-handle (index mode &optional target)
"Set handle INDEX, using MODE, to point to TARGET."
(when target