mode hooks should be run with run-mode-hooks (not run-hooks)

Bug #686658 reported by Jeff Dairiki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-mode.el
Fix Released
Undecided
Andreas Roehler

Bug Description

In the python-mode function (in python-mode.le) when the mode hooks are run, they should be run
using run-mode-hooks (currently they are run using run-hooks.)

Run-mode-hooks has the extra gumption (among other things) to call after-change-major-mode-hook.
As things currently stand, after-change-major-mode-hook is not being called when python-mode
is entered.

Related branches

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

committed into myrkwid, will be merged with

Changed in python-mode:
status: New → Fix Committed
Changed in python-mode:
milestone: none → 6.0
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.