diff lisp/term/mac-win.el @ 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 5e0f43a8e936
children b98604865ea0 9c01792a3ce8 3619e7770f2e
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,