diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-12 00:49:10 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-12 00:49:10 +1000 |
commit | 3774f49e0a566359193d98e716fa14341ee37b08 (patch) | |
tree | aaf1b0b308d8ba187638ec3351be5cde0e9ba258 /buildbot.el | |
parent | 071ba8408abf2d13c914a331c719779d7696d1dd (diff) |
Addressing review comments from Prot.
Diffstat (limited to 'buildbot.el')
-rw-r--r-- | buildbot.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot.el b/buildbot.el index 21c7c23..14e0e2d 100644 --- a/buildbot.el +++ b/buildbot.el @@ -46,8 +46,10 @@ ;; available builders, and opens up a view of recent builds by this ;; builder. +;;; Code: (require 'buildbot-client) (require 'buildbot-view) (provide 'buildbot) +;;; buildbot.el ends here |