From: Stefan Kangas Date: Fri, 17 Jun 2022 19:02:40 +0000 (+0200) Subject: Set bookmark handler type for Eshell X-Git-Tag: emacs-29.0.90~1447^2~1661 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2;p=emacs.git Set bookmark handler type for Eshell * lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler type. --- 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