# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1139992872 0 # Node ID 5aa4a7ce059a767785e3fd3fa2f7c9c58533e761 # Parent 32ec32c68c164794d6ba9df8b20f2e388e4eb192 (x_get_arg): Clear out PARAM in ALIST also on Mac. diff -r 32ec32c68c16 -r 5aa4a7ce059a src/frame.c --- a/src/frame.c Wed Feb 15 07:28:15 2006 +0000 +++ b/src/frame.c Wed Feb 15 08:41:12 2006 +0000 @@ -3524,8 +3524,7 @@ { /* If we find this parm in ALIST, clear it out so that it won't be "left over" at the end. */ -#ifdef HAVE_X_WINDOWS /* macfns.c and w32fns.c have not yet - been changed to cope with this. */ +#ifndef WINDOWSNT /* w32fns.c has not yet been changed to cope with this. */ Lisp_Object tail; XSETCAR (tem, Qnil); /* In case the parameter appears more than once in the alist,