On Wed, 17 Sep 2008 20:03:37 +0200, Daniel Jacobowitz wrote: > Please move the reinit_frame_cache call so it is still right after > adjust_pc_after_break. I expect the only possible user is tui_selected_frame_level_changed_hook through DEPRECATED_SELECTED_FRAME_LEVEL_CHANGED_HOOK, thanks for catching it. > Also, no need to capitalize adjust_pc_after_break; this is like the texinfo > @var{} markup. You capitalize FOO when you mean "the value of a variable > named foo", but the name of the variable is still "foo". Thanks, I though it has different rules. > Otherwise looks OK, thanks. Committed the attached patch (added there two dependency comments). Regards, Jan