diff options
author | Barry Warsaw <barry@python.org> | 1995-03-14 15:56:35 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1995-03-14 15:56:35 (GMT) |
commit | b86bbada3799a7e2ec604d1d2518c074d2bacaee (patch) | |
tree | 02b157f2274de7e2d781e83072a28ea18c131ebf /Misc/python-mode.el | |
parent | b91b743476f3dfea4b33dfa47b93c740948dba76 (diff) | |
download | cpython-b86bbada3799a7e2ec604d1d2518c074d2bacaee.zip cpython-b86bbada3799a7e2ec604d1d2518c074d2bacaee.tar.gz cpython-b86bbada3799a7e2ec604d1d2518c074d2bacaee.tar.bz2 |
#(py-indent-line): cosmetic
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |