* elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
authorokazaki <okazaki>
Tue, 24 Oct 2000 16:03:15 +0000 (16:03 +0000)
committerokazaki <okazaki>
Tue, 24 Oct 2000 16:03:15 +0000 (16:03 +0000)
of `elmo-imap4-status' and `elmo-imap4-reached-tag'.

elmo/elmo-imap4.el

index 93cdf34..44003a7 100644 (file)
@@ -1504,9 +1504,6 @@ If optional argument UNMARK is non-nil, unmark."
 (defvar elmo-imap4-client-eol "\r\n"
   "The EOL string we send to the server.")
 
-(defvar elmo-imap4-status nil)
-(defvar elmo-imap4-reached-tag nil)
-
 (defun elmo-imap4-find-next-line ()
   "Return point at end of current line, taking into account literals.
 Return nil if no complete line has arrived."