projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c3e1b
)
lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable
author
Sam Steingold
<sds@gnu.org>
Fri, 17 Apr 2015 12:45:58 +0000
(08:45 -0400)
committer
Sam Steingold
<sds@gnu.org>
Fri, 17 Apr 2015 12:45:58 +0000
(08:45 -0400)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 45bddb54317f0db2beda3e7a8cf6a5c019388461..5ea10475cea5e457c382f3e24e06292ae0633f7e 100644
(file)
--- 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)