(elmo-delete-plugged): Fix parenthesis.
authoryamaoka <yamaoka>
Tue, 12 Sep 2000 01:51:46 +0000 (01:51 +0000)
committeryamaoka <yamaoka>
Tue, 12 Sep 2000 01:51:46 +0000 (01:51 +0000)
elmo/ChangeLog
elmo/elmo-util.el

index b6cf352..37e2dd5 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-12  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * elmo-util.el (elmo-delete-plugged): Fix parenthesis.
+
 2000-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * mmelmo-imap4-2.el (mmelmo-imap4-get-mime-entity):
index 64441ae..e32ae93 100644 (file)
@@ -899,7 +899,7 @@ Otherwise treat \\ in NEWTEXT string as special:
          (t
           ;; delete plugged one port of server
           (setq alist
-                (delete (assoc (cons server port) alist)) alist)))
+                (delete (assoc (cons server port) alist) alist))))
     alist))
 
 (defun elmo-disk-usage (path)