diff lisp/progmodes/python.el @ 94628:a088027cd6c2

(python-block-pairs): Align finally with except.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 May 2008 07:10:25 +0000
parents b4b1e6b43d64
children 52b7a8c22af5
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Mon May 05 06:38:04 2008 +0000
+++ b/lisp/progmodes/python.el	Mon May 05 07:10:25 2008 +0000
@@ -747,7 +747,7 @@
   '(("else" "if" "elif" "while" "for" "try" "except")
     ("elif" "if" "elif")
     ("except" "try" "except")
-    ("finally" "try"))
+    ("finally" "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.")