* progmodes/python.el (python-end-of-block): Avoid looping forever

if python-next-statement fails.
This commit is contained in:
Chong Yidong 2007-04-16 18:55:18 +00:00
parent 0dcfda42f3
commit 80dce3a4b7

View 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.