]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-dnd-drop-data): Remove redundant check.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 29 Mar 2008 00:33:58 +0000 (00:33 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 29 Mar 2008 00:33:58 +0000 (00:33 +0000)
lisp/ChangeLog
lisp/term/mac-win.el

index d256882bf272a14d0cc61665b608fe774f16f20c..271a491e791e680d34fa6719d5d95664b8f79d71 100644 (file)
@@ -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.
index 3ed2e5440a8887cfcb88fcb99a44f402236e7686..d76af52f15fc4e2d0d8081f228b1577fbea82712 100644 (file)
@@ -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,