* lisp/image/wallpaper.el (wallpaper-command):
Include nil in the type since that is a valid value for the variable,
and may be the default value. This should fix test-custom-opts.
(const :tag "xloadimage (X Window System)" "xloadimage")
(const :tag "xsetbg (X Window System)" "xsetbg")
(const :tag "osascript (macOS)" "osascript"))
- (const :tag "Other (specify)" string))
+ (const :tag "Other (specify)" string)
+ (const :tag "None" nil))
:set #'wallpaper--set-wallpaper-command
:group 'image
:version "29.1")