From: Jim Porter Date: Sun, 30 Jan 2022 01:28:23 +0000 (-0800) Subject: ; * lisp/eshell/esh-io.el (grep-null-device): Remove unused defvar. X-Git-Tag: emacs-29.0.90~2177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d6fa01ab8d56408320828a4ec212b7a9b13dd3f;p=emacs.git ; * lisp/eshell/esh-io.el (grep-null-device): Remove unused defvar. --- diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 8e6463eac27..e457f65c185 100644 --- 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