From: ueno Date: Sat, 13 Dec 2003 11:16:58 +0000 (+0000) Subject: Fixed. X-Git-Tag: riece-0_1_7~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=24469fc22400b8b11b50548cabd9b3ab9737d740;p=elisp%2Friece.git Fixed. --- diff --git a/lisp/riece-async.el b/lisp/riece-async.el index a21f5c0..8ac4e89 100644 --- 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))