(imap-last-authenticator): Define imap-last-authenticator as a variable
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 10 Sep 2009 13:46:51 +0000 (13:46 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 10 Sep 2009 13:46:51 +0000 (13:46 +0000)
to avoid warnings.

lisp/ChangeLog
lisp/imap.el

index 6f0687d..669d50b 100644 (file)
@@ -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  <yamaoka@jpl.org>
 
index 6877144..ea1c887 100644 (file)
@@ -380,6 +380,7 @@ basis.")
 (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.