aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2008-03-29 00:33:58 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2008-03-29 00:33:58 +0000
commit5d604ffa13ea9bbb17cf89b44dea4d7bd8c673d2 (patch)
tree81023f70f2c4a2e998a80986ad4141ae73206590 /lisp/term
parentb9c89e11fbf44c471b60cd385d770597aea7c653 (diff)
(mac-dnd-drop-data): Remove redundant check.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/mac-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 3ed2e5440a..d76af52f15 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,