From: Stefan Monnier Date: Tue, 23 Oct 2007 21:27:20 +0000 (+0000) Subject: (python-current-defun): Remove left-over assignment to `start'. X-Git-Tag: emacs-pretest-23.0.90~10107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d720f96e93d4d01d63951224e4bf8355b49a1c13;p=emacs.git (python-current-defun): Remove left-over assignment to `start'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f12a173c76e..5288be5ad8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-10-23 Stefan Monnier + + * progmodes/python.el (python-current-defun): Remove left-over + assignment to `start'. + 2007-10-23 Juanma Barranquero * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index f1d6d02020b..fc28b72bfd1 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)