mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from emacs-23
This commit is contained in:
commit
d607b96bc2
32 changed files with 586 additions and 465 deletions
|
|
@ -26,6 +26,7 @@ void emacs_insque (struct qelem *elem, struct qelem *prev);
|
|||
* meaningless (but cause no problems). The queue in each association
|
||||
* bucket is sorted (lowest XId to highest XId).
|
||||
*/
|
||||
void
|
||||
XMakeAssoc(register Display *dpy, register XAssocTable *table, register XID x_id, register caddr_t data)
|
||||
{
|
||||
int hash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue