[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 1423b9b8f2 08/13: Comment: Add TODO
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 1423b9b8f2 08/13: Comment: Add TODO |
Date: |
Fri, 8 Sep 2023 19:00:09 -0400 (EDT) |
branch: elpa/hyperdrive
commit 1423b9b8f253c8af6da254da1a3cbd8d2b638375
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Comment: Add TODO
---
hyperdrive-lib.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index c0c4a945e3..942768dd91 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1037,6 +1037,7 @@ DEFAULT and INITIAL-INPUT are passed to `read-string'
as-is."
(cl-defun hyperdrive-persist (hyperdrive &key purge)
"Persist HYPERDRIVE in `hyperdrive-hyperdrives'.
With PURGE, delete hash table entry for HYPERDRIVE."
+ ;; TODO: Make separate function for purging persisted data.
(if purge
(remhash (hyperdrive-public-key hyperdrive) hyperdrive-hyperdrives)
(puthash (hyperdrive-public-key hyperdrive) hyperdrive
hyperdrive-hyperdrives))
- [nongnu] elpa/hyperdrive updated (b5651bcfd1 -> 24df174711), ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive d7ad2d87e2 02/13: Change: (hyperdrive-mirror) Add faces for each status, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 96326a0222 06/13: Fix: (hyperdrive--mirror) Signal user-error when no files to upload, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive bc622823e6 10/13: Tidy: Function call, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 4a6296f10f 09/13: Comment: Add NOTE, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 1423b9b8f2 08/13: Comment: Add TODO,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 0d6ad70c0c 03/13: Add: (hyperdrive-mirror.el) Add revert-buffer-function, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 2ce5f9c3a9 01/13: Change: (hyperdrive-mirror.el) Compare file modification times, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 39475924c0 04/13: Change: (hyperdrive-mirror) Distinguish older files from same mtime, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 0591645ed8 05/13: Comment: Add TODO, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive a71bea29a8 07/13: Comment: Update TODO, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive be7dc28786 11/13: Tidy: (hyperdrive-next-version) Use if instead of pcase, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 114bc1e7bc 12/13: Tidy, ELPA Syncer, 2023/09/08
- [nongnu] elpa/hyperdrive 24df174711 13/13: Merge branch 'mirror-compare-mtime', ELPA Syncer, 2023/09/08