emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 292c09f: Fix incorrect interaction of drag/drop a


From: Alan Third
Subject: [Emacs-diffs] emacs-26 292c09f: Fix incorrect interaction of drag/drop and double click (bug#29121)
Date: Wed, 22 Nov 2017 11:48:35 -0500 (EST)

branch: emacs-26
commit 292c09ff6db4bba1655bbb3160e859fef59ab34b
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Fix incorrect interaction of drag/drop and double click (bug#29121)
    
    * src/nsterm.m (EmacsView::performDragOperation): Drag and drop
    doesn't use ns-input-file.
---
 src/nsterm.m | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/nsterm.m b/src/nsterm.m
index cf32a5e..59a42ee 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -8129,8 +8129,6 @@ not_in_argv (NSString *arg)
           emacs_event->kind = DRAG_N_DROP_EVENT;
           XSETINT (emacs_event->x, x);
           XSETINT (emacs_event->y, y);
-          ns_input_file = append2 (ns_input_file,
-                                   build_string ([file UTF8String]));
           emacs_event->modifiers = modifiers;
           emacs_event->arg =  list2 (Qfile, build_string ([file UTF8String]));
           EV_TRAILER (theEvent);



reply via email to

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