continue and raise keywords.
+2013-05-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
+
+ * progmodes/python.el (python-indent-block-enders): Add break,
+ continue and raise keywords.
+
2013-05-08 Ulrich Mueller <ulm@gentoo.org>
* descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
These make `python-indent-calculate-indentation' subtract the value of
`python-indent-offset'.")
-(defvar python-indent-block-enders '("return" "pass")
+(defvar python-indent-block-enders
+ '("break" "continue" "pass" "raise" "return")
"List of words that mark the end of a block.
These make `python-indent-calculate-indentation' subtract the
value of `python-indent-offset' when `python-indent-context' is