comparison oldXMenu/XMakeAssoc.c @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
98 98
99 /* Insert the new entry. */ 99 /* Insert the new entry. */
100 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev); 100 emacs_insque((struct qelem *)new_entry, (struct qelem *)Entry->prev);
101 } 101 }
102 102
103 /* arch-tag: d7e3fb8a-f3b3-4c5d-a307-75ca67ec1b49
104 (do not change this comment) */