[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
- [nongnu] elpa/hyperdrive updated (35e672a9ba -> eb60592117), ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive 28c4e30b12 02/16: Docs: Use emacs-lisp not elisp in src blocks, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive f5ca8e882c 01/16: Docs: Indentation, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive bf2297b783 07/16: Fix: Don't use shorthands in require forms,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 96c4224ff6 11/16: Fix: Don't use shorthands in require forms, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive 4c76256034 12/16: Docs: Move directory options into Directory View section, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive aaa67003ef 14/16: Docs: Fix hyperdrive-hyper-gateway-port description, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive f02d78ecf7 13/16: Docs: Move some customization options into other sections, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive d3d8e28080 03/16: Tidy: (h/history) Reduce nesting, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive c2860a542a 04/16: Tidy: (he/version-ranges-no-gaps) Remove stray unquote, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive 1e43e5ef62 09/16: Fix: Don't use shorthands in provide forms, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive 001ed377b9 08/16: Docs: Add "Name a hyperdrive" section, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive ed5f3e0bb4 10/16: Fix: (hyperdrive-history) Pass length arg to string-pad, ELPA Syncer, 2023/12/02
- [nongnu] elpa/hyperdrive 3a542bb3af 06/16: Tidy: (h/fill) Remove redundant format, ELPA Syncer, 2023/12/02