From 1cb14d0ce4acb83c29f4da493a1060e152dfef10 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 17 Jul 2020 21:05:32 +0200 Subject: [PATCH] ; 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. --- lisp/progmodes/bug-reference.el | 4 ++++ 1 file changed, 4 insertions(+) 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' -- 2.39.5