mirror of https://github.com/python/cpython
(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
|
@ -447,8 +447,8 @@ this package.")
|
|||
(easy-menu-define
|
||||
py-menu py-mode-map "Python Mode menu"
|
||||
'("Python"
|
||||
["Comment Out Region" comment-region (mark)]
|
||||
["Uncomment Region" (comment-region (point) (mark) '(4)) (mark)]
|
||||
["Comment Out Region" py-comment-region (mark)]
|
||||
["Uncomment Region" (py-comment-region (point) (mark) '(4)) (mark)]
|
||||
"-"
|
||||
["Mark current block" py-mark-block t]
|
||||
["Mark current def" mark-python-def-or-class t]
|
||||
|
|
Loading…
Reference in New Issue