# HG changeset patch # User Juanma Barranquero # Date 1181779952 0 # Node ID 279fdeaf242c2422b8368c0701e5f098075d63cb # Parent f0107aee8e99f8d4f74a3e377b1a95aff30d0c5f (mac-dnd-drop-data): Remove redundant check. diff -r f0107aee8e99 -r 279fdeaf242c lisp/term/mac-win.el --- a/lisp/term/mac-win.el Thu Jun 14 00:11:40 2007 +0000 +++ b/lisp/term/mac-win.el Thu Jun 14 00:12:32 2007 +0000 @@ -2252,7 +2252,7 @@ (handler (cdr type-info)) (w (posn-window (event-start event)))) (when handler - (if (and (windowp w) (window-live-p w) + (if (and (window-live-p w) (not (window-minibuffer-p w)) (not (window-dedicated-p w))) ;; If dropping in an ordinary window which we could use,