1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix the defcustom type of eww-retrieve-command

* lisp/net/eww.el (eww-retrieve-command): The type is a list of
strings.
This commit is contained in:
Lars Ingebrigtsen 2020-09-18 15:03:03 +02:00
parent 635666e7bf
commit 610be8f64d

View file

@ -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\\)"