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

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

[nongnu] elpa/hyperdrive 96c4224ff6 11/16: Fix: Don't use shorthands in


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

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

    Fix: Don't use shorthands in require forms
    
    That should cover it now.
---
 hyperdrive-history.el | 2 +-
 hyperdrive-menu.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperdrive-history.el b/hyperdrive-history.el
index 3f50b4a6da..7e87e50552 100644
--- a/hyperdrive-history.el
+++ b/hyperdrive-history.el
@@ -29,7 +29,7 @@
 (require 'cl-lib)
 
 (require 'hyperdrive-lib)
-(require 'h/ewoc)
+(require 'hyperdrive-ewoc)
 
 ;;;; Functions
 
diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index fbfcfb2279..b3bf5c9448 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -35,7 +35,7 @@
 (require 'hyperdrive)
 (require 'hyperdrive-vars)
 (require 'hyperdrive-lib)
-(require 'h/mirror)
+(require 'hyperdrive-mirror)
 
 ;;;; Declarations
 



reply via email to

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