projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da208f9
)
Set bookmark handler type for Eshell
author
Stefan Kangas
<stefan@marxist.se>
Fri, 17 Jun 2022 19:02:40 +0000
(21:02 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-mode.el
b/lisp/eshell/esh-mode.el
index 59c8f8034fe17647109d392e780faa3c5609af4d..c21484dc45f38198537a850948412388241cae9c 100644
(file)
--- 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