Changeset 1681

Show
Ignore:
Timestamp:
02/17/98 01:45:17 (11 years ago)
Author:
himi
Message:

Emacs 20.6 import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/w32menu.c

    r1661 r1681  
    17271727            = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY]; 
    17281728          def = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_DEFINITION]; 
    1729  
    1730 #ifndef HAVE_MULTILINGUAL_MENU 
    1731           if (STRING_MULTIBYTE (item_name)) 
    1732             item_name = ENCODE_SYSTEM (item_name); 
    1733           if (STRINGP (descrip) && STRING_MULTIBYTE (descrip)) 
    1734             descrip = ENCODE_SYSTEM (descrip); 
    1735 #endif 
    17361729 
    17371730          wv = xmalloc_widget_value ();