From 29810afbbd2dab9e8b068650b740ed189c1e2009 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:37 -0300 Subject: [PATCH] Added missing dot in `python-completion-complete-at-point' error --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (interactive) (let ((process (python-shell-get-process))) (if (not process) - (error "Completion needs an inferior Python process running") + (error "Completion needs an inferior Python process running.") (python-shell-completion--do-completion-at-point process)))) (add-to-list 'debug-ignored-errors -- 2.39.2