From 3bd0b066fed7b4994b87d19341a0a2fca98e2cd5 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Thu, 19 Feb 2004 01:37:57 +0000 Subject: [PATCH] Fix the last change. --- lisp/riece-300.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-300.el b/lisp/riece-300.el index 7306843..cb22cf8 100644 --- a/lisp/riece-300.el +++ b/lisp/riece-300.el @@ -223,7 +223,7 @@ (start 0)) (setq string (substring string (match-end 0))) (while (string-match - (concat "\\([@+]\\)?\\(" riece-user-regexp "\\) ") + (concat "\\([@+]\\)?\\(" riece-user-regexp "\\) *") string start) (put-text-property (match-beginning 2) (match-end 2) 'riece-identity -- 2.34.1