From: Jim Porter Date: Sat, 20 Jul 2024 21:46:14 +0000 (-0700) Subject: ; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86489f933632be9cac7115c9b516eca51f573d3a;p=emacs.git ; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation. (cherry picked from commit 55fefe06ef00cbe3e27a111a229a2622ae487c74) --- 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))