From: Tassilo Horn Date: Fri, 17 Jul 2020 19:05:32 +0000 (+0200) Subject: ; Add defvars for rcirc vars in order to silence the byte-compiler X-Git-Tag: emacs-28.0.90~6985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1cb14d0ce4acb83c29f4da493a1060e152dfef10;p=emacs.git ; 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. --- 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'