diff options
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/bug-reference.el | 4 |
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' |