aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 520ed4eb29e..cbd6d925341 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1892,7 +1892,7 @@ inferior python process is updated properly."
1892 (interactive) 1892 (interactive)
1893 (let ((process (python-shell-get-process))) 1893 (let ((process (python-shell-get-process)))
1894 (if (not process) 1894 (if (not process)
1895 (error "Completion needs an inferior Python process running") 1895 (error "Completion needs an inferior Python process running.")
1896 (python-shell-completion--do-completion-at-point process)))) 1896 (python-shell-completion--do-completion-at-point process))))
1897 1897
1898(add-to-list 'debug-ignored-errors 1898(add-to-list 'debug-ignored-errors