From 0c8a412cfd9ec585b1ca00c85492b10f633fc886 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 5 May 2008 07:10:25 +0000 Subject: (python-block-pairs): Align finally with except. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/python.el') diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 36bc1178288..259b095bc7d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -747,7 +747,7 @@ Set `python-indent' locally to the value guessed." '(("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.") -- cgit v1.2.1