From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:37 +0000 (-0300) Subject: Added missing dot in `python-completion-complete-at-point' error X-Git-Tag: emacs-24.2.90~1199^2~503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29810afbbd2dab9e8b068650b740ed189c1e2009;p=emacs.git Added missing dot in `python-completion-complete-at-point' error --- 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