branch: externals/hyperbole
commit 0539520c24093319472b3cd3ebc1e30b083fab4f
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * kotl/klink.el: Require hbut to fix compilation
---
 kotl/klink.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/kotl/klink.el b/kotl/klink.el
index 6bb6426..3a016e5 100644
--- a/kotl/klink.el
+++ b/kotl/klink.el
@@ -61,6 +61,7 @@
 ;;; ************************************************************************
 
 (require 'subr-x) ;; For string-trim
+(require 'hbut)   ;; For defib.
 
 ;;; ************************************************************************
 ;;; Public functions

Reply via email to