diff options
author | Yuchen Pei <hi@ypei.me> | 2023-03-27 15:34:18 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2023-03-27 15:34:18 +1100 |
commit | c79dd7c405cf170996e881a422f848ed3d5e015a (patch) | |
tree | 0549dd47bd2e428d096cd7aa23fa756809e5ebd2 /buildbot-utils.el | |
parent | 47521e266136087846ef928c1377e6a0e4630ce8 (diff) |
linting
Diffstat (limited to 'buildbot-utils.el')
-rw-r--r-- | buildbot-utils.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildbot-utils.el b/buildbot-utils.el index b748f6d..fec0070 100644 --- a/buildbot-utils.el +++ b/buildbot-utils.el @@ -1,4 +1,7 @@ ;; -*- lexical-binding: t; -*- + +(defvar buildbot-client-buffer-name "*buildbot api*") + (defun buildbot-parse-http-header (text) (let ((status) (fields)) (with-temp-buffer |