summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-17 21:02:40 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-17 21:02:40 +0200
commitd62f94f16a647b6a8c00d56cb0e2bd489c58e5b2 (patch)
tree41411a7ed76afa764082915527950888b2e01f71 /lisp/eshell
parentda208f99d801306440092d7b18ccc8d799879f4c (diff)
downloademacs-d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2.tar.gz
emacs-d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2.tar.bz2
emacs-d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2.zip
Set bookmark handler type for Eshell
* lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler type.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-mode.el2
1 files changed, 2 insertions, 0 deletions
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