diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index dc38966bcaf..5999ddda5f9 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2153,7 +2153,7 @@ This utility is useful in situations where the output may be | |||
| 2153 | received in chunks, since `accept-process-output' gives no | 2153 | received in chunks, since `accept-process-output' gives no |
| 2154 | guarantees they will be grabbed in a single call. An example use | 2154 | guarantees they will be grabbed in a single call. An example use |
| 2155 | case for this would be the CPython shell start-up, where the | 2155 | case for this would be the CPython shell start-up, where the |
| 2156 | banner and the initial prompt are received separetely." | 2156 | banner and the initial prompt are received separately." |
| 2157 | (let ((regexp (or regexp comint-prompt-regexp))) | 2157 | (let ((regexp (or regexp comint-prompt-regexp))) |
| 2158 | (catch 'found | 2158 | (catch 'found |
| 2159 | (while t | 2159 | (while t |
| @@ -4110,7 +4110,7 @@ to \"^python-\"." | |||
| 4110 | (cdr pair)))) | 4110 | (cdr pair)))) |
| 4111 | (buffer-local-variables from-buffer))) | 4111 | (buffer-local-variables from-buffer))) |
| 4112 | 4112 | ||
| 4113 | (defvar comint-last-prompt-overlay) ; Shut up, bytecompiler | 4113 | (defvar comint-last-prompt-overlay) ; Shut up, byte compiler. |
| 4114 | 4114 | ||
| 4115 | (defun python-util-comint-last-prompt () | 4115 | (defun python-util-comint-last-prompt () |
| 4116 | "Return comint last prompt overlay start and end. | 4116 | "Return comint last prompt overlay start and end. |