object instead of the prefix.
2003-10-22 Daiki Ueno <ueno@unixuser.org>
+ * riece-button.el (riece-user-button-finger): Pass an identity
+ object instead of the prefix.
+
* riece-ctcp.el: Require 'riece-highlight.
(riece-ctcp-action-face): New face.
(riece-ctcp-action-face): New variable.
(defun riece-user-button-finger ()
(interactive)
- (riece-command-finger
- (riece-identity-prefix (get-text-property (point) 'riece-identity))))
+ (riece-command-finger (get-text-property (point) 'riece-identity)))
(defun riece-make-identity-button-map ()
(let ((map (make-sparse-keymap)))