lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable
This commit is contained in:
parent
85c3e1be24
commit
310855ec5d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue