aboutsummaryrefslogtreecommitdiff
path: root/buildbot-client.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-15 15:05:15 +1000
committerYuchen Pei <id@ypei.org>2023-07-15 15:05:15 +1000
commitb0b136970276c2988e5cd1c84911e966d68cce2f (patch)
tree7def4f723b8a0ea4d75fb23c4a956f57ad8db925 /buildbot-client.el
parent353f23d9849a911e59aae729f4de2a847a8839a4 (diff)
Make `buildbot-host' and `buildbot-builders' buffer local.
Diffstat (limited to 'buildbot-client.el')
-rw-r--r--buildbot-client.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot-client.el b/buildbot-client.el
index ae6ff44..0d4cf41 100644
--- a/buildbot-client.el
+++ b/buildbot-client.el
@@ -27,8 +27,8 @@
(require 'buildbot-utils)
(require 'cl-seq)
-(defvar buildbot-host nil "Buildbot instance host.")
-(defvar buildbot-builders nil
+(defvar-local buildbot-host nil "Buildbot instance host.")
+(defvar-local buildbot-builders nil
"Buildbot builders.
Can be generated with `(buildbot-get-all-builders)'.")