From: Karl Heuer Date: Thu, 5 May 1994 05:36:17 +0000 (+0000) Subject: (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. X-Git-Tag: emacs-19.34~8519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b137c5822bc63a8c678d2ceb2688a7504cb98bd9;p=emacs.git (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. --- diff --git a/src/xmenu.c b/src/xmenu.c index 87a74a1a09f..7764ce3cd83 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -693,6 +693,8 @@ cached information about equivalent key sequences.") int part; unsigned long time; + if (mouse_position_hook) + (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time); if (new_f != 0) XSET (window, Lisp_Frame, new_f); else