Next: Update 2.0 compatibility.

master
Pierre Neidhardt 2020-03-06 08:18:41 +01:00
parent 716bdbd031
commit 5cd0302d46
1 changed files with 3 additions and 3 deletions

View File

@ -167,16 +167,16 @@ Videos are downloaded with `+youtube-dl-command+'."
(append
my-search-engines
(get-default 'remote-interface 'search-engines)))))
(defclass my-interface (gtk-interface)
(defclass my-browser (gtk-browser)
;; TODO: Fetch from Emacs' engine.el automatically?
((search-engines :initform
(append
my-search-engines
(get-default 'interface 'search-engines))))))
(get-default 'browser 'search-engines))))))
(if (boundp '*remote-interface-class*)
(setf *remote-interface-class* 'my-remote-interface)
(setf *interface-class* 'my-interface))
(setf *browser-class* 'my-browser))
(defmethod deserialize-bookmarks (stream)
"This version of deserialize-bookmarks is compatibly with Ambrevar's EWW