diff options
Diffstat (limited to 'lisp/eshell/esh-mode.el')
-rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
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 |