aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
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 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'."
2253 (handler (cdr type-info)) 2253 (handler (cdr type-info))
2254 (w (posn-window (event-start event)))) 2254 (w (posn-window (event-start event))))
2255 (when handler 2255 (when handler
2256 (if (and (windowp w) (window-live-p w) 2256 (if (and (window-live-p w)
2257 (not (window-minibuffer-p w)) 2257 (not (window-minibuffer-p w))
2258 (not (window-dedicated-p w))) 2258 (not (window-dedicated-p w)))
2259 ;; If dropping in an ordinary window which we could use, 2259 ;; If dropping in an ordinary window which we could use,