From dff4a1e139decb78fb58da621a9d9e528f4db82f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 8 Apr 2020 15:24:07 +0200 Subject: [PATCH] Next: Don't access hostlists privately since it's exported. --- .config/next/init.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/next/init.lisp b/.config/next/init.lisp index 97bdeb48..f06a4c29 100644 --- a/.config/next/init.lisp +++ b/.config/next/init.lisp @@ -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)