]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/eshell/esh-io.el (eshell-close-handles): Fix version annotation.
authorJim Porter <jporterbugs@gmail.com>
Sat, 20 Jul 2024 21:46:14 +0000 (14:46 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:38:15 +0000 (12:38 +0200)
(cherry picked from commit 55fefe06ef00cbe3e27a111a229a2622ae487c74)

lisp/eshell/esh-io.el

index cf7336bd70da135727b0d43b5239051fbad2fb77..5fccc4fe82f08e8020db67b75f61ef22429fed03 100644 (file)
@@ -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))