mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-with-message-content: Allow debugging inside the macro
This commit is contained in:
parent
06ae31a699
commit
c30357badb
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ So to bind the :status key of MSG you would do
|
|||
|
||||
(jupyter-with-message-content msg (status)
|
||||
BODY)"
|
||||
(declare (indent 2))
|
||||
(declare (indent 2) (debug (symbol list form)))
|
||||
`(cl-destructuring-bind (&key ,@keys &allow-other-keys)
|
||||
(jupyter-message-content ,msg)
|
||||
,@body))
|
||||
|
|
Loading…
Add table
Reference in a new issue