]> code.delx.au - gnu-emacs/commitdiff
* term/x-win.el: Change x-menu-bar-start to menu-bar-open.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:42:22 +0000 (06:42 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:42:22 +0000 (06:42 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index 9be1c0ead8be3f8d343707174525dc26cd215c53..5539538df5d5b9deb85c79e7afc50814ad05276e 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-01  Jan Dj\e,Ad\e(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.
index ab16bb7dfaf41baa870ef9dfbf90fd0df1d3594c..494143b6fcc0c462c8bbf3b16d821ba7d42b9154 100644 (file)
@@ -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