1
0
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:
Aaron Ecay 2013-07-27 02:21:22 -04:00
parent 17b9475f7e
commit 46d05e4d08

View File

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