jupyter-with-message-content: Allow debugging inside the macro

This commit is contained in:
Nathaniel Nicandro 2018-10-30 17:48:53 -05:00
parent 06ae31a699
commit c30357badb

View file

@ -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))