changeset 85598:976bbfa1390d

(python-current-defun): Remove left-over assignment to `start'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2007 21:27:20 +0000
parents 25d8a896764b
children 106a0ce6ac7e
files lisp/ChangeLog lisp/progmodes/python.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 23 21:18:26 2007 +0000
+++ b/lisp/ChangeLog	Tue Oct 23 21:27:20 2007 +0000
@@ -1,3 +1,8 @@
+2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/python.el (python-current-defun): Remove left-over
+	assignment to `start'.
+
 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
 
 	* ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
--- a/lisp/progmodes/python.el	Tue Oct 23 21:18:26 2007 +0000
+++ b/lisp/progmodes/python.el	Tue Oct 23 21:27:20 2007 +0000
@@ -1852,7 +1852,6 @@
 	(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)