From 4054794d5825ab8efba399c681a9b998f2bd355e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 1 Jun 2006 06:42:22 +0000 Subject: [PATCH] * term/x-win.el: Change x-menu-bar-start to menu-bar-open. --- lisp/ChangeLog | 4 ++++ lisp/term/x-win.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9be1c0ead8b..5539538df5d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-06-01 Jan Dj,Ad(Brv + + * term/x-win.el: Change x-menu-bar-start to menu-bar-open. + 2006-06-01 Nick Roberts * progmodes/gdb-ui.el (gdb-look-up-stack): New variable. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index ab16bb7dfaf..494143b6fcc 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -2517,8 +2517,8 @@ order until succeed.") (global-set-key [drag-n-drop] 'x-dnd-handle-drag-n-drop-event) ;; Let F10 do menu bar navigation. -(and (fboundp 'menu-bar-start) - (global-set-key [f10] 'menu-bar-start)) +(and (fboundp 'menu-bar-open) + (global-set-key [f10] 'menu-bar-open)) ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 ;;; x-win.el ends here -- 2.39.5