From: Ted Zlatanov Date: Tue, 31 Jan 2017 19:12:41 +0000 (-0500) Subject: auth-source-user-and-password: add forgotten user parameter X-Git-Tag: emacs-26.0.90~858^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52515f1133f2b87c573524d83c86b08e70ce1c30;p=emacs.git auth-source-user-and-password: add forgotten user parameter * lisp/auth-source.el (auth-source-user-and-password): Use accidentally unused "user" parameter. Reported by Oscar Najera . --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index c26935fcc97..7402ab21d74 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -2129,7 +2129,7 @@ MODE can be \"login\" or \"password\"." (if user (auth-source-search :host host - :user "yourusername" + :user user :max 1 :require '(:user :secret) :create nil)