mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
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)))
|
(let ((default-directory (bookmark-prop-get bookmark 'location)))
|
||||||
(eshell)))
|
(eshell)))
|
||||||
|
|
||||||
|
(put 'eshell-bookmark-jump 'bookmark-handler-type "Eshell")
|
||||||
|
|
||||||
(provide 'esh-mode)
|
(provide 'esh-mode)
|
||||||
;;; esh-mode.el ends here
|
;;; esh-mode.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue