diff options
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1c8058835d3..9730aca9b9d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -2533,9 +2533,5 @@ 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-open) - (global-set-key [f10] 'menu-bar-open)) - ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 ;;; x-win.el ends here |