summaryrefslogtreecommitdiff
path: root/lisp/progmodes/bug-reference.el
diff options
context:
space:
mode:
authorTassilo Horn <tsdh@gnu.org>2020-07-17 21:05:32 +0200
committerTassilo Horn <tsdh@gnu.org>2020-07-17 21:05:32 +0200
commit1cb14d0ce4acb83c29f4da493a1060e152dfef10 (patch)
treefb08a21e031ebf3a7f76646e8c3a99c48ed57630 /lisp/progmodes/bug-reference.el
parentbeaad910c2d1b188ee73084cf2a7efc3160d6b17 (diff)
; Add defvars for rcirc vars in order to silence the byte-compiler
* lisp/progmodes/bug-reference.el: Add rcirc defvars for silencing the byte-compiler.
Diffstat (limited to 'lisp/progmodes/bug-reference.el')
-rw-r--r--lisp/progmodes/bug-reference.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index 4f56c04d2c7..b88ea0af82c 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -386,6 +386,10 @@ the corresponding BUG-REGEXP and URL-FORMAT are set."
(setq-local bug-reference-url-format (nth 3 config))
(throw 'setup-done t)))))
+(defvar rcirc-target)
+(defvar rcirc-server-buffer)
+(defvar rcirc-server)
+
(defun bug-reference-try-setup-from-rcirc ()
"Try setting up `bug-reference-mode' based on rcirc channel and server.
Test each configuration in `bug-reference-setup-from-irc-alist'