diff options
| -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 | 
