summaryrefslogtreecommitdiff
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."
(while (or (null length-limit)
(null (cdr accum))
(< length length-limit))
- (setq start nil)
(let ((started-from (point)))
(python-beginning-of-block)
(end-of-line)