Set bookmark handler type for Eshell

* lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler
type.
This commit is contained in:
Stefan Kangas 2022-06-17 21:02:40 +02:00
parent da208f99d8
commit d62f94f16a

View file

@ -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