lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable

This commit is contained in:
Sam Steingold 2015-04-17 08:45:58 -04:00
parent 85c3e1be24
commit 310855ec5d

View file

@ -2167,6 +2167,7 @@ activity. Only run if the buffer is not visible and
,interactive-form
(let ((process (or process (rcirc-buffer-process)))
(target (or target rcirc-target)))
(ignore target) ; mark `target' variable as ignorable
,@body))))
(defun-rcirc-command msg (message)