aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index f1d6d02020b..fc28b72bfd1 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1852,7 +1852,6 @@ of current line."
1852 (while (or (null length-limit) 1852 (while (or (null length-limit)
1853 (null (cdr accum)) 1853 (null (cdr accum))
1854 (< length length-limit)) 1854 (< length length-limit))
1855 (setq start nil)
1856 (let ((started-from (point))) 1855 (let ((started-from (point)))
1857 (python-beginning-of-block) 1856 (python-beginning-of-block)
1858 (end-of-line) 1857 (end-of-line)