branch: scratch/hyperbole
commit 538590efcc6fa57ef74e5fab5f2573c4dbbad613
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix compilation of test file
    
    * test/kcell-tests.el (kcell): Don't presume `kotl/` is in `load-path`.
---
 test/kcell-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/kcell-tests.el b/test/kcell-tests.el
index 0e560df25e..80d1549776 100644
--- a/test/kcell-tests.el
+++ b/test/kcell-tests.el
@@ -24,7 +24,7 @@
 
 ;;; Code:
 
-(require 'kcell)
+(require 'kcell "kotl/kcell")
 (require 'kotl-mode)
 
 (defconst kcell-tests--ref-to-id-tests

Reply via email to