(py-no-outdent-re): fixed the regexp for try: clauses

This commit is contained in:
Barry Warsaw 1995-03-14 23:25:44 +00:00
parent 3874a3d7ef
commit 464c94af2a
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ Currently-active file is at the head of the list.")
(defconst py-no-outdent-re
(concat "\\(" (mapconcat 'identity
'("try\\s +.*:"
'("try:"
"except\\(\\s +.*\\)?:"
"while\\s +.*:"
"for\\s +.*:"