From: Barry Warsaw Date: Tue, 14 Mar 1995 15:56:35 +0000 (+0000) Subject: #(py-indent-line): cosmetic X-Git-Tag: v1.2b4~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b86bbada3799a7e2ec604d1d2518c074d2bacaee;p=thirdparty%2FPython%2Fcpython.git #(py-indent-line): cosmetic --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 9e49ec6cd50a..194caa561647 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -603,7 +603,7 @@ needed so that only a single column position is deleted." (interactive) (let* ((ci (current-indentation)) (move-to-indentation-p (<= (current-column) ci)) - (need (py-compute-indentation)) ) + (need (py-compute-indentation))) (if (/= ci need) (save-excursion (beginning-of-line)