* lisp/gnus/gnus.el (gnus-redefine-select-method-widget): Cater
for the 'gnus-search-engine' configuration variable, which takes
2 args instead of 1. (Bug#74759)
(cherry picked from commit
fbcb357b9db1e7d4dd32c1f2b7b01950e66b9b34)
(string :tag "Address")
(repeat :tag "Options"
:inline t
- (list :format "%v"
- variable
- (sexp :tag "Value"))))))
+ (radio
+ (list :tag "Single var" :format "%v"
+ variable
+ (sexp :tag "Value"))
+ (list :tag "Multiple var" :format "%v"
+ variable
+ variable
+ (sexp :tag "Value")))))))
(gnus-redefine-select-method-widget)