diff options
| -rw-r--r-- | lisp/net/rcirc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 45bddb54317..5ea10475cea 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -2167,6 +2167,7 @@ activity. Only run if the buffer is not visible and | |||
| 2167 | ,interactive-form | 2167 | ,interactive-form |
| 2168 | (let ((process (or process (rcirc-buffer-process))) | 2168 | (let ((process (or process (rcirc-buffer-process))) |
| 2169 | (target (or target rcirc-target))) | 2169 | (target (or target rcirc-target))) |
| 2170 | (ignore target) ; mark `target' variable as ignorable | ||
| 2170 | ,@body)))) | 2171 | ,@body)))) |
| 2171 | 2172 | ||
| 2172 | (defun-rcirc-command msg (message) | 2173 | (defun-rcirc-command msg (message) |