projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaad91
)
; Add defvars for rcirc vars in order to silence the byte-compiler
author
Tassilo Horn
<tsdh@gnu.org>
Fri, 17 Jul 2020 19:05:32 +0000
(21:05 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Fri, 17 Jul 2020 19:05:32 +0000
(21:05 +0200)
* lisp/progmodes/bug-reference.el: Add rcirc defvars for silencing the
byte-compiler.
lisp/progmodes/bug-reference.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/bug-reference.el
b/lisp/progmodes/bug-reference.el
index 4f56c04d2c74de7f0ea83752b7be24d4d56c8e6e..b88ea0af82c17a926baf7eba94d256bbef3ef921 100644
(file)
--- 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'