]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/python.el (python-end-of-block): Avoid looping forever
authorChong Yidong <cyd@stupidchicken.com>
Mon, 16 Apr 2007 18:55:18 +0000 (18:55 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 16 Apr 2007 18:55:18 +0000 (18:55 +0000)
if python-next-statement fails.

lisp/ChangeLog

index 825487a0881b51929d4ae81b44ce43a35168451f..736a2407932d8f8b2e544e2fae3e329a235ec319 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/python.el (python-end-of-block): Avoid looping forever
+       if python-next-statement fails.
+
 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.