diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-02-15 08:41:12 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-02-15 08:41:12 +0000 |
commit | 58ec29139aea7173bd91095892c2987fe1317321 (patch) | |
tree | 4922205887ec194561a50a8a20478961b7bcce60 /src/frame.c | |
parent | 0a9cef67feaec081a224eacdb28cf5146e4cde50 (diff) | |
download | emacs-58ec29139aea7173bd91095892c2987fe1317321.tar.gz |
(x_get_arg): Clear out PARAM in ALIST also on Mac.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index 08b3764fe16..dd91e436600 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3524,8 +3524,7 @@ x_get_arg (dpyinfo, alist, param, attribute, class, type) { /* 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, |