Revision: emacs--multi-tty--0--patch-577 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Sat Jul 29 22:57:26 CEST 2006 Standard-date: 2006-07-29 20:57:26 GMT Modified-files: lisp/ldefs-boot.el lisp/menu-bar.el lisp/term/x-win.el lisp/tmm.el src/gtkutil.c src/xmenu.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-577 Summary: Fix F10 behaviour. (Reported by Bernard Adrian.) Keywords: * src/xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from Fmenu_bar_open. (syms_of_xmenu): Update defsubr. * lisp/menu-bar.el (menu-bar-open): New function. Bind it to f10. * lisp/term/x-win.el: Don't bind f10. * lisp/tmm.el: Remove autoload binding for f10. * lisp/ldefs-boot.el: Regenerate.