Mercurial > emacs
diff lisp/progmodes/python.el @ 110133:0dcf6ddbe02b
merge changes in emacs-23 branch
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 01 Sep 2010 16:13:21 +0900 |
| parents | c87f89486bb7 fae81355c62c |
| children | b10051866f51 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Wed Sep 01 09:55:43 2010 +0900 +++ b/lisp/progmodes/python.el Wed Sep 01 16:13:21 2010 +0900 @@ -782,7 +782,7 @@ '(("else" "if" "elif" "while" "for" "try" "except") ("elif" "if" "elif") ("except" "try" "except") - ("finally" "try" "except")) + ("finally" "else" "try" "except")) "Alist of keyword matches. The car of an element is a keyword introducing a statement which can close a block opened by a keyword in the cdr.")
