emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/x-win.el


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el
Date: Mon, 29 May 2006 07:16:54 +0000

Index: emacs/lisp/term/x-win.el
diff -u emacs/lisp/term/x-win.el:1.185 emacs/lisp/term/x-win.el:1.186
--- emacs/lisp/term/x-win.el:1.185      Mon Feb  6 11:46:43 2006
+++ emacs/lisp/term/x-win.el    Mon May 29 07:16:54 2006
@@ -2516,5 +2516,9 @@
 (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]