aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Porter2024-07-20 14:46:14 -0700
committerJim Porter2024-07-20 14:46:14 -0700
commit55fefe06ef00cbe3e27a111a229a2622ae487c74 (patch)
tree92fa8e777b9a0c185c72a15d96aadfabdfdd1461
parent1abf3bdd7edcd405d4ccb4ef4de38068348f4b95 (diff)
downloademacs-55fefe06ef00cbe3e27a111a229a2622ae487c74.tar.gz
emacs-55fefe06ef00cbe3e27a111a229a2622ae487c74.zip
; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation.
-rw-r--r--lisp/eshell/esh-io.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index cf7336bd70d..5fccc4fe82f 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -381,7 +381,7 @@ is not shared with the original handles."
381(defun eshell-close-handles (&optional handles obsolete-1 obsolete-2) 381(defun eshell-close-handles (&optional handles obsolete-1 obsolete-2)
382 "Close all of the current HANDLES, taking refcounts into account. 382 "Close all of the current HANDLES, taking refcounts into account.
383If HANDLES is nil, use `eshell-current-handles'." 383If HANDLES is nil, use `eshell-current-handles'."
384 (declare (advertised-calling-convention (&optional handles) "30.1")) 384 (declare (advertised-calling-convention (&optional handles) "31.1"))
385 (when (or obsolete-1 obsolete-2 (numberp handles)) 385 (when (or obsolete-1 obsolete-2 (numberp handles))
386 (declare-function eshell-set-exit-info "esh-cmd" 386 (declare-function eshell-set-exit-info "esh-cmd"
387 (&optional exit-code result)) 387 (&optional exit-code result))