Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/oldXMenu/XMakeAssoc.c

    r4196 r4210  
    8282        /* before the current value of "Entry". */ 
    8383        /* Create a new XAssoc and load it with new provided data. */ 
    84         new_entry = (XAssoc *) xmalloc(sizeof(XAssoc)); 
     84        new_entry = (XAssoc *) malloc(sizeof(XAssoc)); 
    8585        new_entry->display = dpy; 
    8686        new_entry->x_id = x_id;