From d720f96e93d4d01d63951224e4bf8355b49a1c13 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 23 Oct 2007 21:27:20 +0000 Subject: [PATCH] (python-current-defun): Remove left-over assignment to `start'. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/python.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2