Function: shell-bookmark-defaults
shell-bookmark-defaults is a byte-compiled function defined in
shell.el.gz.
Signature
(shell-bookmark-defaults)
Documentation
Return bookmark name options for the current shell-mode buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/shell.el.gz
(defun shell-bookmark-defaults ()
"Return bookmark name options for the current `shell-mode' buffer."
(list
(funcall shell-bookmark-name-function)
(buffer-name)
default-directory))