]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-current-defun): Remove left-over assignment to `start'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 21:27:20 +0000 (21:27 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Oct 2007 21:27:20 +0000 (21:27 +0000)
lisp/ChangeLog
lisp/progmodes/python.el

index f12a173c76ea2c10e4ae907b30470682b14f2348..5288be5ad8ffca1afb5c2b7ce8c2b73eadf47325 100644 (file)
@@ -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
index f1d6d02020bc3a12574866e5252fdb27918c44d1..fc28b72bfd1417f8e9514bb8cb15b6a227d3baf6 100644 (file)
@@ -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)