diff options
| author | Kyle Meyer | 2024-06-27 23:55:35 -0400 |
|---|---|---|
| committer | Kyle Meyer | 2024-06-27 23:55:35 -0400 |
| commit | 6cc8ffae9a6fa3bbdc71bf5eac3875000c9e7870 (patch) | |
| tree | 95929af8f7294b46786314372f51e764b029c944 /lisp/org/ob-python.el | |
| parent | c477443ab80a087a94c357f3fe5fd62c97e6f6ab (diff) | |
| download | emacs-6cc8ffae9a6fa3bbdc71bf5eac3875000c9e7870.tar.gz emacs-6cc8ffae9a6fa3bbdc71bf5eac3875000c9e7870.zip | |
Update to Org 9.7.5-9-ga091ca
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index 3f81449ebf1..1afbcb5ded5 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -537,7 +537,7 @@ Returns a placeholder string for insertion, to later be replaced | |||
| 537 | by `org-babel-comint-async-filter'." | 537 | by `org-babel-comint-async-filter'." |
| 538 | (org-babel-comint-async-register | 538 | (org-babel-comint-async-register |
| 539 | session (current-buffer) | 539 | session (current-buffer) |
| 540 | "ob_comint_async_python_\\(.+\\)_\\(.+\\)" | 540 | "ob_comint_async_python_\\(start\\|end\\|file\\)_\\(.+\\)" |
| 541 | 'org-babel-chomp 'org-babel-python-async-value-callback) | 541 | 'org-babel-chomp 'org-babel-python-async-value-callback) |
| 542 | (pcase result-type | 542 | (pcase result-type |
| 543 | (`output | 543 | (`output |