From 610be8f64db24f64fadc754a2e88cc59f1adb355 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 18 Sep 2020 15:03:03 +0200 Subject: [PATCH] Fix the defcustom type of eww-retrieve-command * lisp/net/eww.el (eww-retrieve-command): The type is a list of strings. --- lisp/net/eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 2717dfbe79d..8918be0d2e3 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -141,7 +141,7 @@ this should be a list where the first item is the program, and the rest are the arguments." :version "28.1" :type '(choice (const :tag "Use `url-retrieve'" nil) - (list string))) + (repeat string))) (defcustom eww-use-external-browser-for-content-type "\\`\\(video/\\|audio/\\|application/ogg\\)" -- 2.39.5