emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Wed, 15 Feb 2006 08:41:12 +0000

Index: emacs/src/frame.c
diff -u emacs/src/frame.c:1.326 emacs/src/frame.c:1.327
--- emacs/src/frame.c:1.326     Wed Feb 15 01:05:33 2006
+++ emacs/src/frame.c   Wed Feb 15 08:41:12 2006
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]