aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-05-17 00:03:37 -0300
committerFabián Ezequiel Gallina2012-05-17 00:03:37 -0300
commit29810afbbd2dab9e8b068650b740ed189c1e2009 (patch)
tree024a77a3c7010a6fc9002fcf8c7bead747f4efa6 /lisp/progmodes/python.el
parentcb37c7e369b7cde971e865ca89e2a455bb7479da (diff)
downloademacs-29810afbbd2dab9e8b068650b740ed189c1e2009.tar.gz
emacs-29810afbbd2dab9e8b068650b740ed189c1e2009.zip
Added missing dot in `python-completion-complete-at-point' error
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