(mac-dnd-drop-data): Remove redundant check.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-03-29 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
|
||||
|
||||
2008-03-26 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 22.2 released.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user