Function: xwidget-webkit-history-select-item

xwidget-webkit-history-select-item is an interactive and byte-compiled function defined in xwidget.el.gz.

Signature

(xwidget-webkit-history-select-item POS)

Documentation

Navigate to the history item underneath POS.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-history-select-item (pos)
  "Navigate to the history item underneath POS."
  (interactive "P")
  (let ((id (tabulated-list-get-id pos)))
    (xwidget-webkit-goto-history xwidget-webkit-history--session id))
  (xwidget-webkit-history-reload))