mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-30 08:08:26 +00:00
Update function declaration in ob-python.el
* lisp/ob-python.el: Update the arglist passed to `declare-function' for `run-python'.
This commit is contained in:
parent
17b9475f7e
commit
46d05e4d08
@ -33,7 +33,7 @@
|
||||
(declare-function org-remove-indentation "org" )
|
||||
(declare-function py-shell "ext:python-mode" (&optional argprompt))
|
||||
(declare-function py-toggle-shells "ext:python-mode" (arg))
|
||||
(declare-function run-python "ext:python" (&optional cmd noshow new))
|
||||
(declare-function run-python "ext:python" (cmd &optional dedicated show))
|
||||
|
||||
(defvar org-babel-tangle-lang-exts)
|
||||
(add-to-list 'org-babel-tangle-lang-exts '("python" . "py"))
|
||||
|
Loading…
Reference in New Issue
Block a user