emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/hyperbole 7927b78a42 06/15: Fix compilation of test file


From: Stefan Monnier
Subject: [elpa] scratch/hyperbole 7927b78a42 06/15: Fix compilation of test file
Date: Sun, 21 May 2023 18:50:54 -0400 (EDT)

branch: scratch/hyperbole
commit 7927b78a42e804834d14160aff3ab56c66460671
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@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 58deeb8ff1..83a7a3f3e7 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

[Prev in Thread] Current Thread [Next in Thread]