emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d62f94f16a: Set bookmark handler type for Eshell


From: Stefan Kangas
Subject: master d62f94f16a: Set bookmark handler type for Eshell
Date: Fri, 17 Jun 2022 15:06:48 -0400 (EDT)

branch: master
commit d62f94f16a647b6a8c00d56cb0e2bd489c58e5b2
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Set bookmark handler type for Eshell
    
    * lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler
    type.
---
 lisp/eshell/esh-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 59c8f8034f..c21484dc45 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]