Fixed.
authorueno <ueno>
Sun, 12 Dec 2004 08:20:04 +0000 (08:20 +0000)
committerueno <ueno>
Sun, 12 Dec 2004 08:20:04 +0000 (08:20 +0000)
lisp/COMPILE
lisp/riece-log.el

index 577417b..d74f998 100644 (file)
@@ -74,7 +74,7 @@
                riece-yank
                riece-toolbar))))
 
-(defun riece-icons
+(defvar riece-icons
   '(riece-command-previous-channel
     riece-command-next-channel))
 
index 8c37673..d57a9dc 100644 (file)
@@ -223,7 +223,8 @@ If LINES is t, insert today's logs entirely."
        (put-text-property (1+ (match-beginning 1)) (1- (match-end 1))
                           'riece-identity
                           (riece-make-identity
-                           (riece-match-string-no-properties 1)
+                           (buffer-substring (1+ (match-beginning 1))
+                                             (1- (match-end 1)))
                            (riece-identity-server identity))))
       (run-hook-with-args 'riece-after-insert-functions
                          point (goto-char (point-max)))