Skip to content

Commit

Permalink
Merge pull request #1433 from anlsh/export-macrostep
Browse files Browse the repository at this point in the history
Export symbols for some commands from relevant packages
  • Loading branch information
cxxxr authored Jul 13, 2024
2 parents 0a1f7f3 + b39ef0b commit 966ab4a
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 966ab4a

Please sign in to comment.