Function: eww-bookmark-make-record

eww-bookmark-make-record is a byte-compiled function defined in eww.el.gz.

Signature

(eww-bookmark-make-record)

Documentation

Create a bookmark for the current EWW buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defun eww-bookmark-make-record ()
  "Create a bookmark for the current EWW buffer."
  `(,(eww-bookmark-name)
    ,@(bookmark-make-record-default t)
    (location . ,(plist-get eww-data :url))
    (handler . eww-bookmark-jump)))