From 310855ec5dd16ebd767d8fa0af8fa0e36a009672 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Fri, 17 Apr 2015 08:45:58 -0400 Subject: [PATCH] lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable --- lisp/net/rcirc.el | 1 + 1 file changed, 1 insertion(+) 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 ,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) -- 2.39.5