Function: tpu-drop-breadcrumb
tpu-drop-breadcrumb is an interactive and byte-compiled function
defined in tpu-edt.el.gz.
Signature
(tpu-drop-breadcrumb NUM)
Documentation
Drops a breadcrumb that can be returned to later with goto-breadcrumb.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-drop-breadcrumb (num)
"Drops a breadcrumb that can be returned to later with goto-breadcrumb."
(interactive "p")
(put tpu-breadcrumb-plist num (list (current-buffer) (point)))
(message "Mark %d set." num))