mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
(py-mode-map): Comment Out Region / Uncomment Region should use
py-comment-region instead of comment-region.
This commit is contained in:
parent
2ccda502f6
commit
941f70c331
1 changed files with 2 additions and 2 deletions
|
@ -447,8 +447,8 @@ this package.")
|
||||||
(easy-menu-define
|
(easy-menu-define
|
||||||
py-menu py-mode-map "Python Mode menu"
|
py-menu py-mode-map "Python Mode menu"
|
||||||
'("Python"
|
'("Python"
|
||||||
["Comment Out Region" comment-region (mark)]
|
["Comment Out Region" py-comment-region (mark)]
|
||||||
["Uncomment Region" (comment-region (point) (mark) '(4)) (mark)]
|
["Uncomment Region" (py-comment-region (point) (mark) '(4)) (mark)]
|
||||||
"-"
|
"-"
|
||||||
["Mark current block" py-mark-block t]
|
["Mark current block" py-mark-block t]
|
||||||
["Mark current def" mark-python-def-or-class t]
|
["Mark current def" mark-python-def-or-class t]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue