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

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

[nongnu] elpa/hyperdrive 1e43e5ef62 09/16: Fix: Don't use shorthands in


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

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

    Fix: Don't use shorthands in provide forms
---
 hyperdrive-ewoc.el    | 2 +-
 hyperdrive-history.el | 2 +-
 hyperdrive-menu.el    | 2 +-
 hyperdrive-mirror.el  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hyperdrive-ewoc.el b/hyperdrive-ewoc.el
index cdd229db18..db609fe24b 100644
--- a/hyperdrive-ewoc.el
+++ b/hyperdrive-ewoc.el
@@ -127,7 +127,7 @@ PREDICATE is called with the full node."
            when (funcall predicate node)
            collect node))
 
-(provide 'h/ewoc)
+(provide 'hyperdrive-ewoc)
 
 ;; Local Variables:
 ;; read-symbol-shorthands: (
diff --git a/hyperdrive-history.el b/hyperdrive-history.el
index f031f25fea..27c44d264f 100644
--- a/hyperdrive-history.el
+++ b/hyperdrive-history.el
@@ -368,7 +368,7 @@ buffer."
      ;; Not known to exist: warn user.
      (h/user-error "File not known to exist!"))))
 
-(provide 'h/history)
+(provide 'hyperdrive-history)
 
 ;; Local Variables:
 ;; read-symbol-shorthands: (
diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index 575a8375d8..fbfcfb2279 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -437,7 +437,7 @@
 
 ;;;; Footer
 
-(provide 'h/menu)
+(provide 'hyperdrive-menu)
 
 ;; Local Variables:
 ;; read-symbol-shorthands: (
diff --git a/hyperdrive-mirror.el b/hyperdrive-mirror.el
index 3a2baebd93..09c7d9c4bf 100644
--- a/hyperdrive-mirror.el
+++ b/hyperdrive-mirror.el
@@ -399,7 +399,7 @@ Sets `hyperdrive-mirror-visibility-cache' to the value of
 
 ;;;; Footer
 
-(provide 'h/mirror)
+(provide 'hyperdrive-mirror)
 
 ;; Local Variables:
 ;; read-symbol-shorthands: (



reply via email to

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