(py-mode-map): Comment Out Region / Uncomment Region should use

py-comment-region instead of comment-region.
This commit is contained in:
Barry Warsaw 1997-01-30 20:16:18 +00:00
parent 2ccda502f6
commit 941f70c331

View file

@ -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]