Next: Don't access hostlists privately since it's exported.

master
Pierre Neidhardt 2020-04-08 15:24:07 +02:00
parent a8ccfaf3d5
commit dff4a1e139
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ Videos are downloaded with `+youtube-dl-command+'."
(define-mode my-blocker-mode (next/blocker-mode:blocker-mode)
"Blocker mode with custom hosts from `*my-blocked-hosts*'."
((next/blocker-mode::hostlists :initform (list *my-blocked-hosts* next/blocker-mode:*default-host-list*))))
((next/blocker-mode:hostlists :initform (list *my-blocked-hosts* next/blocker-mode:*default-hostlist*))))
(if (find-class 'gtk-buffer nil)
(defclass my-buffer (gtk-buffer)