; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation.
This commit is contained in:
parent
1abf3bdd7e
commit
55fefe06ef
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ is not shared with the original handles."
|
|||
(defun eshell-close-handles (&optional handles obsolete-1 obsolete-2)
|
||||
"Close all of the current HANDLES, taking refcounts into account.
|
||||
If HANDLES is nil, use `eshell-current-handles'."
|
||||
(declare (advertised-calling-convention (&optional handles) "30.1"))
|
||||
(declare (advertised-calling-convention (&optional handles) "31.1"))
|
||||
(when (or obsolete-1 obsolete-2 (numberp handles))
|
||||
(declare-function eshell-set-exit-info "esh-cmd"
|
||||
(&optional exit-code result))
|
||||
|
|
Loading…
Add table
Reference in a new issue