#(py-indent-line): cosmetic
This commit is contained in:
parent
b91b743476
commit
b86bbada37
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue