From 16175cb8487e4749a084fbcc6f04b9ce3e0fe437 Mon Sep 17 00:00:00 2001 From: okazaki Date: Tue, 24 Oct 2000 16:03:15 +0000 Subject: [PATCH] * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar of `elmo-imap4-status' and `elmo-imap4-reached-tag'. --- elmo/elmo-imap4.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 93cdf34..44003a7 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -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." -- 1.7.10.4