emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el,v
Date: Tue, 23 Oct 2007 21:27:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/23 21:27:21

Index: progmodes/python.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/python.el,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- progmodes/python.el 9 Oct 2007 08:52:44 -0000       1.70
+++ progmodes/python.el 23 Oct 2007 21:27:19 -0000      1.71
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]