X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/1042fe8c8ca167fdb44365d99a35492df87b078f..ab5796a9f97180707734a81320e3eb81937281fe:/oldXMenu/insque.c diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index e15db5d656..2b1f52bb02 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c @@ -36,3 +36,6 @@ emacs_remque (elem) if (prev) prev->q_forw = next; } + +/* arch-tag: a8719d1a-5c3f-4bce-b36b-173106d36165 + (do not change this comment) */