From 24469fc22400b8b11b50548cabd9b3ab9737d740 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 13 Dec 2003 11:16:58 +0000 Subject: [PATCH] Fixed. --- lisp/riece-async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4