aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-10-23 21:27:20 +0000
committerStefan Monnier <[email protected]>2007-10-23 21:27:20 +0000
commitd720f96e93d4d01d63951224e4bf8355b49a1c13 (patch)
tree8d1ccb2e7c85138fde872649770bbde234c504eb /lisp/progmodes/python.el
parent98228e72cabfc932e78ad01f1e28cce19ddf8df2 (diff)
(python-current-defun): Remove left-over assignment to `start'.
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 f1d6d02020..fc28b72bfd 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)