]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove unnecessary defvars defined in a file we already 'require'
authorJim Porter <jporterbugs@gmail.com>
Fri, 10 May 2024 05:02:00 +0000 (22:02 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 13:40:55 +0000 (15:40 +0200)
* lisp/eshell/esh-cmd.el (eshell-output-handle, eshell-error-handle):
Remove superfluous declarations.

(cherry picked from commit 33878f29d1dee4aa1c7d0f30ed57e52138aa566b)

lisp/eshell/esh-cmd.el

index 30494bafb48d9ddc27beb65d3bc9fae4dc4b58b8..b220855299e2fabb1175ac18f30ab7e5d6690701 100644 (file)
@@ -785,9 +785,6 @@ this grossness will be made to disappear by using `call/cc'..."
       (eshell-errorn (error-message-string err))
       (eshell-close-handles 1))))
 
-(defvar eshell-output-handle)           ;Defined in esh-io.el.
-(defvar eshell-error-handle)            ;Defined in esh-io.el.
-
 (defmacro eshell-with-copied-handles (object &optional steal-p)
   "Duplicate current I/O handles, so OBJECT works with its own copy.
 If STEAL-P is non-nil, these new handles will be stolen from the