]> git.eshelyaron.com Git - emacs.git/commitdiff
Set bookmark handler type for Eshell
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Jun 2022 19:02:40 +0000 (21:02 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Jun 2022 19:02:40 +0000 (21:02 +0200)
* lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler
type.

lisp/eshell/esh-mode.el

index 59c8f8034fe17647109d392e780faa3c5609af4d..c21484dc45f38198537a850948412388241cae9c 100644 (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