From: ueno Date: Sun, 18 Jul 2004 20:49:43 +0000 (+0000) Subject: Fixed whitespaces. X-Git-Tag: riece-1_0_2~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c4b5fd373429d90b78f8583c64aad6367b6f5302;p=elisp%2Friece.git Fixed whitespaces. --- diff --git a/lisp/riece-filter.el b/lisp/riece-filter.el index 6c5f44c..91ac12c 100644 --- a/lisp/riece-filter.el +++ b/lisp/riece-filter.el @@ -99,8 +99,8 @@ (match-string 4)) ;reply string (if (looking-at "\\(:\\([^ ]+\\) +\\)?\\([^ ]+\\) +\\(.*\\)\r\n") (riece-handle-message - (match-string 2) ;optional prefix - (match-string 3) ;command + (match-string 2) ;optional prefix + (match-string 3) ;command (match-string 4)) ;params & trailing (if riece-debug (message "Weird message from server: %s"