Show
Ignore:
Timestamp:
09/18/06 20:48:14 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/term/x-win.el

    r4148 r4166  
    25232523 
    25242524;; 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                    
    25252531(and (fboundp 'menu-bar-open) 
    2526      (global-set-key [f10] 'menu-bar-open)) 
     2532     (global-set-key [f10] 'x-menu-bar-open)) 
    25272533 
    25282534;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78