emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 33878f29d1d: ; Remove unnecessary defvars defined in a file we al


From: Jim Porter
Subject: master 33878f29d1d: ; Remove unnecessary defvars defined in a file we already 'require'
Date: Fri, 10 May 2024 01:04:37 -0400 (EDT)

branch: master
commit 33878f29d1dee4aa1c7d0f30ed57e52138aa566b
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; Remove unnecessary defvars defined in a file we already 'require'
    
    * lisp/eshell/esh-cmd.el (eshell-output-handle, eshell-error-handle):
    Remove superfluous declarations.
---
 lisp/eshell/esh-cmd.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 30494bafb48..b220855299e 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]