#(py-indent-line): cosmetic

This commit is contained in:
Barry Warsaw 1995-03-14 15:56:35 +00:00
parent b91b743476
commit b86bbada37
1 changed files with 1 additions and 1 deletions

View File

@ -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)