[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] scratch/hyperbole 538590efcc 6/7: Fix compilation of test file
|
From: |
Stefan Monnier |
|
Subject: |
[elpa] scratch/hyperbole 538590efcc 6/7: Fix compilation of test file |
|
Date: |
Mon, 1 May 2023 18:18:14 -0400 (EDT) |
branch: scratch/hyperbole
commit 538590efcc6fa57ef74e5fab5f2573c4dbbad613
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 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
- [elpa] branch scratch/hyperbole created (now 2803a985a0), Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 31e1c06f46 5/7: Get rid of `hyperb:stack-frame`, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 2a58ece547 1/7: * hload-path.el (hyperb:dir): Use `macroexp-file-name`, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole bfe7ef167d 2/7: * hversion.el (hyperb:path-being-loaded): Delete function, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 02bf28e5cd 3/7: Try and avoid using `hyperb:stack-frame`, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 3eef78bc79 4/7: (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 2803a985a0 7/7: (kview:char-visible-p): Delete function, Stefan Monnier, 2023/05/01
- [elpa] scratch/hyperbole 538590efcc 6/7: Fix compilation of test file,
Stefan Monnier <=