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:
49a238c
)
(elmo-delete-plugged): Fix parenthesis.
author
yamaoka
<yamaoka>
Tue, 12 Sep 2000 01:51:46 +0000
(
01:51
+0000)
committer
yamaoka
<yamaoka>
Tue, 12 Sep 2000 01:51:46 +0000
(
01:51
+0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
b6cf352
..
37e2dd5
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-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):
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
64441ae
..
e32ae93
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-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)