py-load-file referenced but not implemented

Bug #822401 reported by Gennady N. Uraltsev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Medium
Andreas Roehler

Bug Description

Currently the menu references the function "py-load-file" which is nowhere defined. In previous versions this menu item ("Import/reload file") was executed by the command py-execute-import-or-reload that still get's bound to C-c RET. I think the fix is almost evident:

Changing the line:

["Import/reload file" py-load-file

to

["Import/reload file" py-execute-import-or-reload

Revision history for this message
Gennady N. Uraltsev (gennady-uraltsev) wrote :

Adding the output of M-x report-emacs-bug

Changed in python-mode:
assignee: nobody → Andreas Roehler (a-roehler)
Changed in python-mode:
importance: Undecided → Medium
Revision history for this message
Andreas Roehler (a-roehler) wrote :

Thanks a lot!

Andreas

Changed in python-mode:
milestone: none → 6.1
status: New → Fix Committed
Changed in python-mode:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.