Fix typo.
[riece] / lisp / riece-ctlseq.el
index 5b3842b..5be24cc 100644 (file)
@@ -177,11 +177,11 @@ To set up colors compatible with X-Chat and mIRC, do:
   (when (and (> end start) attrs)
     (put-text-property start end
                       'riece-ctlseq-attributes (copy-sequence attrs)
-                      (riece-message-text message))
+                      string)
     (put-text-property start end
                       'riece-overlay-face
                       (riece-ctlseq-face-from-cache attrs)
-                      (riece-message-text message))))
+                      string)))
 
 (defun riece-ctlseq-message-filter (message)
   (if (get 'riece-ctlseq 'riece-addon-enabled)