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

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

[elpa] externals/hyperbole 6e73c42284 07/47: Fix compilation of test fil


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 6e73c42284 07/47: Fix compilation of test file
Date: Sun, 25 Jun 2023 15:58:35 -0400 (EDT)

branch: externals/hyperbole
commit 6e73c4228410fd814a613aed3391dc94262bf593
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Mats Lidell <mats.lidell@lidells.se>

    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 0ec633a26c..3187be79e2 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)
 (require 'hy-test-helpers "test/hy-test-helpers")
 



reply via email to

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