Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lem-project/lem
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Jul 13, 2024
2 parents ac12781 + 966ab4a commit c78dbf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/lisp-mode/internal-package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
:lisp-apropos-package
;; message.lisp
:display-message
;; package.lisp
:lisp-listen-in-current-package
;;
:self-connection
:self-connection-p
Expand Down
2 changes: 2 additions & 0 deletions extensions/lisp-mode/macroexpand.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
:alexandria
:lem
:lem-lisp-mode/internal)
(:export :lisp-macrostep-expand
:lisp-macroexpand-all)
#+sbcl
(:lock t))
(in-package :lem-lisp-mode/macroexpand)
Expand Down

0 comments on commit c78dbf4

Please sign in to comment.