aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
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
parent98228e72cabfc932e78ad01f1e28cce19ddf8df2 (diff)
(python-current-defun): Remove left-over assignment to `start'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/python.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f12a173c76..5288be5ad8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-23 Stefan Monnier <[email protected]>
+
+ * progmodes/python.el (python-current-defun): Remove left-over
+ assignment to `start'.
+
2007-10-23 Juanma Barranquero <[email protected]>
* ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
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)