Changeset 4166 for trunk/lisp/term/x-win.el
- Timestamp:
- 09/18/06 20:48:14 (2 years ago)
- Files:
-
- trunk/lisp/term/x-win.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/term/x-win.el
r4148 r4166 2523 2523 2524 2524 ;; Let F10 do menu bar navigation. 2525 (defun x-menu-bar-open (&optional frame) 2526 "Open the menu bar if `menu-bar-mode' is on. otherwise call `tmm-menubar'." 2527 (interactive "i") 2528 (if menu-bar-mode (menu-bar-open frame) 2529 (tmm-menubar))) 2530 2525 2531 (and (fboundp 'menu-bar-open) 2526 (global-set-key [f10] ' menu-bar-open))2532 (global-set-key [f10] 'x-menu-bar-open)) 2527 2533 2528 2534 ;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78
