commit | b86bbada3799a7e2ec604d1d2518c074d2bacaee | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Mar 14 15:56:35 1995 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Mar 14 15:56:35 1995 +0000 |
tree | 02b157f2274de7e2d781e83072a28ea18c131ebf | |
parent | b91b743476f3dfea4b33dfa47b93c740948dba76 [diff] [blame] |
#(py-indent-line): cosmetic
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 9e49ec6..194caa5 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el
@@ -603,7 +603,7 @@ (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)