mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-org-result: Fix method arguments
This commit is contained in:
parent
bf761b7990
commit
8aec6a9f2e
1 changed files with 2 additions and 1 deletions
|
@ -736,7 +736,8 @@ As an example, if DATA only contains the mimetype
|
|||
(jupyter-org-export-block \"markdown\" data)"
|
||||
(ignore))
|
||||
|
||||
(cl-defmethod jupyter-org-result ((req jupyter-org-request) plist &optional metadata)
|
||||
(cl-defmethod jupyter-org-result ((req jupyter-org-request) plist
|
||||
&optional metadata &rest _)
|
||||
"For REQ, return the rendered DATA.
|
||||
PLIST is a property list, (:mimetype1 value1 ...), containing the
|
||||
different representations of a result returned by a kernel. Note,
|
||||
|
|
Loading…
Add table
Reference in a new issue