emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/xselect.c
diff -u emacs/src/xselect.c:1.155 emacs/src/xselect.c:1.156
--- emacs/src/xselect.c:1.155   Sun Aug  7 12:33:19 2005
+++ emacs/src/xselect.c Mon Dec 19 08:31:33 2005
@@ -2727,11 +2727,11 @@
 
   mouse_position_for_drop (f, &x, &y);
   bufp->kind = DRAG_N_DROP_EVENT;
-  bufp->frame_or_window = Fcons (frame, vec);
+  bufp->frame_or_window = frame;
   bufp->timestamp = CurrentTime;
   bufp->x = make_number (x);
   bufp->y = make_number (y);
-  bufp->arg = Qnil;
+  bufp->arg = vec;
   bufp->modifiers = 0;
 
   return 1;




reply via email to

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