From 86489f933632be9cac7115c9b516eca51f573d3a Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Sat, 20 Jul 2024 14:46:14 -0700 Subject: [PATCH] ; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation. (cherry picked from commit 55fefe06ef00cbe3e27a111a229a2622ae487c74) --- lisp/eshell/esh-io.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2