summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
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