Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0c8a412c
Commit
0c8a412c
authored
May 05, 2008
by
Stefan Monnier
Browse files
(python-block-pairs): Align finally with except.
parent
11a36f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-1
No files found.
lisp/ChangeLog
View file @
0c8a412c
2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
* progmodes/python.el (python-block-pairs): Align finally with except.
2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
...
...
lisp/progmodes/python.el
View file @
0c8a412c
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment