diff options
author | Teddy Wing | 2021-02-06 14:24:17 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-06 14:24:17 +0100 |
commit | 9b3a52ec8d6281afab935cdb599c9adae8e1258c (patch) | |
tree | cb3bd7471a11531411a3e2cb8cc22cb4bf19b19a /l/src/main.lisp | |
parent | f44374e34ebd1da3d707c572d42baffde81ef36e (diff) | |
download | extreload-9b3a52ec8d6281afab935cdb599c9adae8e1258c.tar.bz2 |
reload-extensions: Add TODO to rename
Diffstat (limited to 'l/src/main.lisp')
-rw-r--r-- | l/src/main.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/main.lisp b/l/src/main.lisp index 19cbea1..d410092 100644 --- a/l/src/main.lisp +++ b/l/src/main.lisp @@ -67,6 +67,7 @@ (if (search "not available" s) nil))))) +;;; TODO: Rename to attach-extensions (defun reload-extensions (targets extension-ids) (labels ((requested-extension-p (target) (find-if |