Function: eshell-bookmark-make-record
eshell-bookmark-make-record is a byte-compiled function defined in
esh-mode.el.gz.
Signature
(eshell-bookmark-make-record)
Documentation
Create a bookmark for the current Eshell buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-bookmark-make-record ()
"Create a bookmark for the current Eshell buffer."
`(,(eshell-bookmark-name)
(location . ,default-directory)
(handler . eshell-bookmark-jump)))