Changes committed gnus/lisp (ChangeLog imap.el)

"Ted Zlatanov" <[email protected]> Thu, 10 Sep 2009 15:46:51 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog imap.el

(imap-last-authenticator): Define imap-last-authenticator as a variable
to avoid warnings.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.2016 gnus/lisp/ChangeLog:7.2017
--- ChangeLog:7.2016	Thu Sep 10 13:20:47 2009
+++ ChangeLog	Thu Sep 10 15:46:51 2009
@@ -6,6 +6,8 @@
 	for easier debugging and cleaner code.  On successful (guessed based on
 	server capabilities) secondary authentication, set imap-state
 	correctly.
+	(imap-last-authenticator): Define imap-last-authenticator as a variable
+	to avoid warnings.
 
 2009-09-10  Katsumi Yamaoka  <[email protected]>
 
Index: imap.el
diff -u gnus/lisp/imap.el:7.57 gnus/lisp/imap.el:7.58
--- imap.el:7.57	Thu Sep 10 13:19:57 2009
+++ imap.el	Thu Sep 10 15:46:51 2009
@@ -380,6 +380,7 @@
 (defvar imap-port nil)
 (defvar imap-username nil)
 (defvar imap-password nil)
+(defvar imap-last-authenticator nil)
 (defvar imap-calculate-literal-size-first nil)
 (defvar imap-state 'closed
   "IMAP state.