From: YAMAMOTO Mitsuharu Date: Sat, 29 Mar 2008 00:33:58 +0000 (+0000) Subject: (mac-dnd-drop-data): Remove redundant check. X-Git-Tag: emacs-pretest-22.2.90~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d604ffa13ea9bbb17cf89b44dea4d7bd8c673d2;p=emacs.git (mac-dnd-drop-data): Remove redundant check. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d256882bf27..271a491e791 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-29 Juanma Barranquero + + * term/mac-win.el (mac-dnd-drop-data): Remove redundant check. + 2008-03-26 Chong Yidong * Version 22.2 released. diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 3ed2e5440a8..d76af52f15f 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -2253,7 +2253,7 @@ See also `mac-dnd-known-types'." (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,