comparison 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
comparison
equal deleted inserted replaced
85597:25d8a896764b 85598:976bbfa1390d
1850 (length -1)) 1850 (length -1))
1851 (catch 'done 1851 (catch 'done
1852 (while (or (null length-limit) 1852 (while (or (null length-limit)
1853 (null (cdr accum)) 1853 (null (cdr accum))
1854 (< length length-limit)) 1854 (< length length-limit))
1855 (setq start nil)
1856 (let ((started-from (point))) 1855 (let ((started-from (point)))
1857 (python-beginning-of-block) 1856 (python-beginning-of-block)
1858 (end-of-line) 1857 (end-of-line)
1859 (beginning-of-defun) 1858 (beginning-of-defun)
1860 (when (= (point) started-from) 1859 (when (= (point) started-from)