Mercurial > emacs
changeset 81393:279fdeaf242c
(mac-dnd-drop-data): Remove redundant check.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 14 Jun 2007 00:12:32 +0000 |
parents | f0107aee8e99 |
children | 539d8fbbd824 |
files | lisp/term/mac-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,