From: okazaki Date: Tue, 24 Oct 2000 16:03:15 +0000 (+0000) Subject: * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar X-Git-Tag: wl-2_4-root~89 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=16175cb8487e4749a084fbcc6f04b9ce3e0fe437;p=elisp%2Fwanderlust.git * elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar of `elmo-imap4-status' and `elmo-imap4-reached-tag'. --- 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."