'face 'shadow))
(elpher-restore-pos)))
+
;; Bookmarks page page retrieval
(defun elpher-get-bookmarks-page (renderer)
'follow-link t
'help-echo help-string))
(insert "\n")
+ (insert "\n--- Recently visited ---\n\n")
+ (maphash (lambda (address _)
+ (unless (elpher-address-special-p address)
+ (elpher-insert-index-record (elpher-address-to-url address)
+ address)))
+ elpher-content-cache)
+ (insert "\n------------------------\n")
(elpher-restore-pos)))