]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/esh-io.el (grep-null-device): Remove unused defvar.
authorJim Porter <jporterbugs@gmail.com>
Sun, 30 Jan 2022 01:28:23 +0000 (17:28 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 21 Feb 2022 17:39:40 +0000 (18:39 +0100)
lisp/eshell/esh-io.el

index 8e6463eac27d06b7d277d0cf2de9932882e15645..e457f65c185b2d7ade0b0dfd85a46d7020c9fc1e 100644 (file)
@@ -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