Skip to content

Commit

Permalink
fix change-package
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Aug 9, 2023
1 parent 91ac90c commit f90df69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/lisp-mode/repl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,7 @@
(interactive-eval "(micros:quit-lisp)")))

(define-repl-shortcut change-package ()
(let* ((packages (mapcar (lambda (p)
(string-downcase (package-name p)))
(list-all-packages)))
(let* ((packages (mapcar #'string-downcase (lisp-eval '(micros:list-all-package-names))))
(package
(repl-prompt-for-string
"Package: "
Expand Down

0 comments on commit f90df69

Please sign in to comment.