projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4c075
)
* elmo-imap4.el (elmo-imap4-client-eol): Remove duplicated defvar
author
okazaki
<okazaki>
Tue, 24 Oct 2000 16:03:15 +0000
(16:03 +0000)
committer
okazaki
<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
patch
|
blob
|
history
diff --git
a/elmo/elmo-imap4.el
b/elmo/elmo-imap4.el
index
93cdf34
..
44003a7
100644
(file)
--- 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."