Suppress "variable XXX bound but not referenced" warning.
authorDaiki Ueno <ueno@unixuser.org>
Sun, 7 Mar 2004 23:23:03 +0000 (23:23 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sun, 7 Mar 2004 23:23:03 +0000 (23:23 +0000)
lisp/riece-highlight.el
lisp/riece-history.el
lisp/riece-naming.el
lisp/riece-unread.el

index 4803efb..b5c5b1f 100644 (file)
                                                                   identity)
   (if (riece-identity-equal identity riece-current-channel)
       (let ((string (riece-format-identity identity))
-           (start 0)
-           extent)
+           (start 0))
        ;; Escape % -> %%.
        (while (string-match "%" string start)
          (setq start (1+ (match-end 0))
index 6541feb..5b9fc1e 100644 (file)
@@ -83,8 +83,7 @@
   (if (and (not (ring-empty-p riece-channel-history))
           (riece-identity-equal identity (ring-ref riece-channel-history 0)))
       (let ((string (riece-format-identity identity))
-           (start 0)
-           extent)
+           (start 0))
        ;; Escape % -> %%.
        (while (string-match "%" string start)
          (setq start (1+ (match-end 0))
index 97beb25..4aa774d 100644 (file)
@@ -86,8 +86,7 @@
                        (cdr (car users)))
                  user-identity-list)
            users (cdr users)))
-    (riece-emit-signal 'user-list-changed
-                      (riece-make-identity channel-name riece-server-name))))
+    (riece-emit-signal 'user-list-changed channel-identity)))
 
 (provide 'riece-naming)
 
index b2b2a28..6f64b2e 100644 (file)
@@ -84,8 +84,7 @@
 (defun riece-unread-format-identity-for-channel-list-indicator (index identity)
   (if (riece-identity-member identity riece-unread-channels)
       (let ((string (riece-format-identity identity))
-           (start 0)
-           extent)
+           (start 0))
        ;; Escape % -> %%.
        (while (string-match "%" string start)
          (setq start (1+ (match-end 0))