mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(python-block-pairs): Align finally with except.
This commit is contained in:
parent
11a36f646e
commit
0c8a412cfd
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue