From ebd76d3626654a05d99bdb688062a86fa2e412ee Mon Sep 17 00:00:00 2001 From: okazaki Date: Tue, 29 Aug 2000 21:05:18 +0000 Subject: [PATCH] * elmo-imap4.el (elmo-imap4-send-command): Remove unused local variable. --- elmo/elmo-imap4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 559f4d7..63b7803 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -235,7 +235,7 @@ Returns a TAG string which is assigned to the COMAND." command (list command))) (process (elmo-network-session-process-internal session)) - cmdstr tag token kind formatter) + cmdstr tag token kind) (with-current-buffer (process-buffer process) (setq tag (concat elmo-imap4-seq-prefix (number-to-string -- 1.7.10.4