From 464c94af2a0c9a22f205a164d6a58734c0f427a7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 14 Mar 1995 23:25:44 +0000 Subject: (py-no-outdent-re): fixed the regexp for try: clauses --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 619f3f8..ffe9850 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -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 +.*:" -- cgit v0.12