diff lisp/progmodes/python.el @ 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 5039706521c9
children d227ffcaa3fe 4bc33ffdda1a
line wrap: on
line diff
--- 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)