Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91b743 commit b86bbadCopy full SHA for b86bbad
1 file changed
Misc/python-mode.el
@@ -603,7 +603,7 @@ needed so that only a single column position is deleted."
603
(interactive)
604
(let* ((ci (current-indentation))
605
(move-to-indentation-p (<= (current-column) ci))
606
- (need (py-compute-indentation)) )
+ (need (py-compute-indentation)))
607
(if (/= ci need)
608
(save-excursion
609
(beginning-of-line)
0 commit comments