Mercurial > emacs
changeset 71133:7cb50e0625f4
* term/x-win.el: Change x-menu-bar-start to menu-bar-open.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Thu, 01 Jun 2006 06:42:22 +0000 |
parents | 162d493b1e5c |
children | 01f0740963b0 |
files | lisp/ChangeLog lisp/term/x-win.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 01 06:40:43 2006 +0000 +++ b/lisp/ChangeLog Thu Jun 01 06:42:22 2006 +0000 @@ -1,3 +1,7 @@ +2006-06-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * term/x-win.el: Change x-menu-bar-start to menu-bar-open. + 2006-06-01 Nick Roberts <nickrob@snap.net.nz> * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
--- a/lisp/term/x-win.el Thu Jun 01 06:40:43 2006 +0000 +++ b/lisp/term/x-win.el Thu Jun 01 06:42:22 2006 +0000 @@ -2517,8 +2517,8 @@ (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