From d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 17 Jun 2022 21:02:40 +0200 Subject: [PATCH] Set bookmark handler type for Eshell * lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler type. --- lisp/eshell/esh-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 59c8f8034fe..c21484dc45f 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -1034,5 +1034,7 @@ This function could be in the list `eshell-output-filter-functions'." (let ((default-directory (bookmark-prop-get bookmark 'location))) (eshell))) +(put 'eshell-bookmark-jump 'bookmark-handler-type "Eshell") + (provide 'esh-mode) ;;; esh-mode.el ends here -- 2.39.2