jupyter-org-result: Fix method arguments

This commit is contained in:
Nathaniel Nicandro 2019-01-15 16:30:53 -06:00
parent bf761b7990
commit 8aec6a9f2e
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

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