Set bookmark handler type for Eshell
* lisp/eshell/esh-mode.el (eshell-bookmark-jump): Set bookmark handler type.
This commit is contained in:
parent
da208f99d8
commit
d62f94f16a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue