Mercurial > emacs
changeset 68918:5aa4a7ce059a
(x_get_arg): Clear out PARAM in ALIST also on Mac.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 15 Feb 2006 08:41:12 +0000 |
parents | 32ec32c68c16 |
children | 82552609c524 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,