diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 8a425cf9bc0..cb528cebdcd 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -280,15 +280,16 @@ can get pretty complex." (const :tag "default" default)))) (repeat :tag "Extra Parameters" :inline t (choice :tag "Extra parameter" + :value (:host t) (list - :tag "Host" + :tag "Host" :inline t (const :format "" :value :host) (choice :tag "Host (machine) choice" (const :tag "Any" t) (regexp :tag "Regular expression"))) (list - :tag "Protocol" + :tag "Protocol" :inline t (const :format "" :value :port) (choice :tag "Protocol"