summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/python-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index abc42b8..fe6d323 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]