emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/keyboard.c
diff -u emacs/src/keyboard.c:1.844 emacs/src/keyboard.c:1.845
--- emacs/src/keyboard.c:1.844  Sat Dec 10 01:49:24 2005
+++ emacs/src/keyboard.c        Mon Dec 19 08:30:17 2005
@@ -5805,14 +5805,8 @@
        Lisp_Object head, position;
        Lisp_Object files;
 
-       /* The frame_or_window field should be a cons of the frame in
-          which the event occurred and a list of the filenames
-          dropped.  */
-       if (! CONSP (event->frame_or_window))
-         abort ();
-
-       f = XFRAME (XCAR (event->frame_or_window));
-       files = XCDR (event->frame_or_window);
+       f = XFRAME (event->frame_or_window);
+       files = event->arg;
 
        /* Ignore mouse events that were made on frames that
           have been deleted.  */




reply via email to

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