[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] scratch/hyperbole b482b48c68 06/15: Fix compilation of test file
|
From: |
Stefan Monnier |
|
Subject: |
[elpa] scratch/hyperbole b482b48c68 06/15: Fix compilation of test file |
|
Date: |
Wed, 24 May 2023 10:06:16 -0400 (EDT) |
branch: scratch/hyperbole
commit b482b48c68eeb5d84ac07062303c25a99b43937b
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
- [elpa] branch scratch/hyperbole created (now f47880579f), Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole 4467b0a850 01/15: * hload-path.el (hyperb:dir): Use `macroexp-file-name`, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole b482b48c68 06/15: Fix compilation of test file,
Stefan Monnier <=
- [elpa] scratch/hyperbole 99519e4e98 11/15: * hycontrol.el (hycontrol-windows-mode-map): Don't autoload, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole e870f86331 12/15: * hui-select.el: Fix a few warnings and improve some docstrings, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole aa1562a614 14/15: Fix a few minor miscompilations and warnings, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole e126a76e8f 02/15: * hversion.el (hyperb:path-being-loaded): Delete function, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole b7e91d9f63 03/15: Try and avoid using `hyperb:stack-frame`, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole 46d71b2228 09/15: * hyperbole.el: Preload `kotl-autoloads`, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole 5949c75121 13/15: (man-show): Fix miscompilation, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole d1a27a6853 05/15: Get rid of `hyperb:stack-frame`, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole f47880579f 15/15: * hyrolo.el: A few cosmetic tweaks, Stefan Monnier, 2023/05/24
- [elpa] scratch/hyperbole 793e1a4254 04/15: (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level, Stefan Monnier, 2023/05/24