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

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

[nongnu] elpa/hyperdrive bf2297b783 07/16: Fix: Don't use shorthands in


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive bf2297b783 07/16: Fix: Don't use shorthands in require forms
Date: Sat, 2 Dec 2023 18:59:41 -0500 (EST)

branch: elpa/hyperdrive
commit bf2297b78305c7a3b8aef0f2c3d2cb226a75ecdf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix: Don't use shorthands in require forms
---
 hyperdrive-dir.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 158342c971..c0c09ad446 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -29,7 +29,7 @@
 (require 'cl-lib)
 
 (require 'hyperdrive-lib)
-(require 'h/ewoc)
+(require 'hyperdrive-ewoc)
 
 ;;;; Functions
 



reply via email to

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