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

[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))



reply via email to

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