Mercurial > emacs
diff lisp/term/mac-win.el @ 80384:7c4dd8e082ee
(mac-dnd-drop-data): Remove redundant check.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 29 Mar 2008 00:33:44 +0000 |
parents | 9833887c464d |
children | 08cd8b1cca35 |
line wrap: on
line diff
--- a/lisp/term/mac-win.el Fri Mar 28 14:59:22 2008 +0000 +++ b/lisp/term/mac-win.el Sat Mar 29 00:33:44 2008 +0000 @@ -2253,7 +2253,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,