Mercurial > emacs
changeset 77271:832f3a05910a
* progmodes/python.el (python-end-of-block): Avoid looping forever
if python-next-statement fails.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 16 Apr 2007 18:55:18 +0000 |
parents | ae26ce2fcde0 |
children | 3ae6fc8b3d2c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 16 18:03:29 2007 +0000 +++ b/lisp/ChangeLog Mon Apr 16 18:55:18 2007 +0000 @@ -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.