emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 610be8f 2/2: Fix the defcustom type of eww-retrieve-command


From: Lars Ingebrigtsen
Subject: master 610be8f 2/2: Fix the defcustom type of eww-retrieve-command
Date: Fri, 18 Sep 2020 09:03:14 -0400 (EDT)

branch: master
commit 610be8f64db24f64fadc754a2e88cc59f1adb355
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 2717dfb..8918be0 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\\)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]