projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ce0f1
)
Fixed.
author
ueno
<ueno>
Sat, 13 Dec 2003 11:16:58 +0000
(11:16 +0000)
committer
ueno
<ueno>
Sat, 13 Dec 2003 11:16:58 +0000
(11:16 +0000)
lisp/riece-async.el
patch
|
blob
|
history
diff --git
a/lisp/riece-async.el
b/lisp/riece-async.el
index
a21f5c0
..
8ac4e89
100644
(file)
--- a/
lisp/riece-async.el
+++ b/
lisp/riece-async.el
@@
-111,7
+111,7
@@
exit
(while (and (eq (process-status process) 'run)
(progn
(goto-char (point-min))
- (not (looking-at "NOTICE CONNECTED\r\n"))))
+ (not (looking-at "NOTICE CONNECTED"))))
(accept-process-output process))))
process))