* erc/erc-list.el (erc-list-handle-322): Mark unused argument.

This commit is contained in:
Glenn Morris 2013-09-18 19:32:27 -07:00
parent ce5033129f
commit 0bc8d75810
2 changed files with 3 additions and 1 deletions

View file

@ -164,7 +164,8 @@
;; Handle a "322" response. This response tells us about a single
;; channel.
(defun erc-list-handle-322 (proc parsed)
;; Called via erc-once-with-server-event with two arguments.
(defun erc-list-handle-322 (_proc parsed)
(let* ((args (cdr (erc-response.command-args parsed)))
(channel (car args))
(nusers (car (cdr args)))