Function: eshell-bookmark-jump

eshell-bookmark-jump is an autoloaded and byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell-bookmark-jump BOOKMARK)

Documentation

Default bookmark handler for Eshell buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
;;;###autoload
(defun eshell-bookmark-jump (bookmark)
  "Default bookmark handler for Eshell buffers."
  (let ((default-directory (bookmark-prop-get bookmark 'location)))
    (eshell)))