mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Remove unnecessary defvars defined in a file we already 'require'
* lisp/eshell/esh-cmd.el (eshell-output-handle, eshell-error-handle): Remove superfluous declarations.
This commit is contained in:
parent
ea2b251ab2
commit
33878f29d1
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue