property to the resulting string.
2003-08-25 Daiki Ueno <ueno@unixuser.org>
+ * riece-identity.el (riece-format-identity): Add 'riece-identity
+ property to the resulting string.
+
* riece-misc.el (riece-concat-channel-topic): Don't append ":" if
topic is "".
(concat (riece-identity-prefix identity) " "
(riece-identity-server identity)))))
(if riece-abbrev-identity-string-function
- (funcall riece-abbrev-identity-string-function string)
- string)))
+ (setq string (funcall riece-abbrev-identity-string-function string)))
+ (put-text-property 0 (length string) 'riece-identity identity string)
+ string))
(defun riece-parse-identity (string)
(if riece-expand-identity-string-function