diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-02 01:42:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-02 01:42:32 +0000 |
commit | c9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch) | |
tree | 32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/gnus/mail-source.el | |
parent | 36a806f35776e884b6228f72030993284789c785 (diff) | |
download | emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.gz emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.bz2 emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.zip |
Delete all trailing white space.
Diffstat (limited to 'lisp/gnus/mail-source.el')
-rw-r--r-- | lisp/gnus/mail-source.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index aebe5de8dca..ec15e982390 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -466,10 +466,10 @@ the `mail-source-keyword-map' variable." ;; 1) the auth-sources user and password override everything ;; 2) it avoids macros, so it's cleaner ;; 3) it falls through to the mail-sources and then default values - (cond + (cond ((and (eq keyword :user) - (setq user-auth + (setq user-auth (nth 0 (auth-source-user-or-password '("login" "password") ;; this is "host" in auth-sources |