emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 310855e: lisp/net/rcirc.el (defun-rcirc-command): m


From: Sam Steingold
Subject: [Emacs-diffs] master 310855e: lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable
Date: Fri, 17 Apr 2015 12:46:08 +0000

branch: master
commit 310855ec5dd16ebd767d8fa0af8fa0e36a009672
Author: Sam Steingold <address@hidden>
Commit: Sam Steingold <address@hidden>

    lisp/net/rcirc.el (defun-rcirc-command): mark `target' as ignorable
---
 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 45bddb5..5ea1047 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]