summaryrefslogtreecommitdiff
path: root/lisp/net/imap.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-02 01:42:32 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-09-02 01:42:32 +0000
commitc9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch)
tree32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/net/imap.el
parent36a806f35776e884b6228f72030993284789c785 (diff)
downloademacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.gz
Delete all trailing white space.
Diffstat (limited to 'lisp/net/imap.el')
-rw-r--r--lisp/net/imap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el
index e5bc3a83b55..31646176b46 100644
--- a/lisp/net/imap.el
+++ b/lisp/net/imap.el
@@ -1227,7 +1227,7 @@ password is remembered in the buffer."
(when user (setq imap-username user))
(when passwd (setq imap-password passwd))
(if imap-auth
- (and (setq imap-last-authenticator
+ (and (setq imap-last-authenticator
(assq imap-auth imap-authenticator-alist))
(funcall (nth 2 imap-last-authenticator) (current-buffer))
(setq imap-state 'auth))