Function: xwidget-webkit-bookmark-make-record
xwidget-webkit-bookmark-make-record is a byte-compiled function
defined in xwidget.el.gz.
Signature
(xwidget-webkit-bookmark-make-record)
Documentation
Create a bookmark record for a webkit xwidget.
Source Code
;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defun xwidget-webkit-bookmark-make-record ()
"Create a bookmark record for a webkit xwidget."
(nconc (bookmark-make-record-default t t)
`((page . ,(xwidget-webkit-uri (xwidget-webkit-current-session)))
(handler . xwidget-webkit-bookmark-jump-handler))))