From: Barry Warsaw Date: Thu, 30 Jan 1997 20:16:18 +0000 (+0000) Subject: (py-mode-map): Comment Out Region / Uncomment Region should use X-Git-Tag: v1.5a1~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=941f70c331d0d575c9424a8b755b504ee97dd68e;p=python (py-mode-map): Comment Out Region / Uncomment Region should use py-comment-region instead of comment-region. --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index abc42b8d77..fe6d323074 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -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]