Function: xwidget-webkit-current-session
xwidget-webkit-current-session is a byte-compiled function defined in
xwidget.el.gz.
Signature
(xwidget-webkit-current-session)
Documentation
Either the webkit in the current buffer, or the last one used.
The latter might be nil.
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-current-session ()
"Either the webkit in the current buffer, or the last one used.
The latter might be nil."
(or (xwidget-at (point-min)) (xwidget-webkit-last-session)))