Kaydet (Commit) 941f70c3 authored tarafından Barry Warsaw's avatar Barry Warsaw

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

py-comment-region instead of comment-region.
üst 2ccda502
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment