1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* term/x-win.el: bind F10 to menu-bar-start if available.

This commit is contained in:
Jan Djärv 2006-05-29 07:16:54 +00:00
parent 974bed98c1
commit e380957ec2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-05-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el: bind F10 to menu-bar-start if available.
2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
* term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace

View File

@ -2516,5 +2516,9 @@ order until succeed.")
(add-hook 'after-make-frame-functions 'x-dnd-init-frame)
(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))
;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78
;;; x-win.el ends here