changeset 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 112755bcbedd
children daffe30f7864
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	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,