emacs-diffs
[Top][All Lists]
Advanced

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

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


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Mon, 19 Dec 2005 08:31:23 +0000

Index: emacs/src/w32term.c
diff -u emacs/src/w32term.c:1.236 emacs/src/w32term.c:1.237
--- emacs/src/w32term.c:1.236   Fri Oct 14 08:09:33 2005
+++ emacs/src/w32term.c Mon Dec 19 08:31:23 2005
@@ -3187,8 +3187,8 @@
   DragFinish (hdrop);
 
   XSETFRAME (frame, f);
-  result->frame_or_window = Fcons (frame, files);
-  result->arg = Qnil;
+  result->frame_or_window = frame;
+  result->arg = files;
   return Qnil;
 }
 




reply via email to

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