]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-dnd-drop-data): Remove redundant check.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jun 2007 00:13:11 +0000 (00:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jun 2007 00:13:11 +0000 (00:13 +0000)
lisp/ChangeLog
lisp/term/mac-win.el

index ee072eca7200978c65e2483cd3c82124923a0443..cfe2b2ee82d30004a492d8e7aaf2c2c100c9bd80 100644 (file)
@@ -1,3 +1,13 @@
+2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-all-followers, follow-generic-filter):
+       * pcomplete.el (pcomplete-restore-windows):
+       * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
+       (x-dnd-drop-data):
+       * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
+       * progmodes/python.el (python-complete-symbol):
+       * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
+
 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
 
        * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
index 6370b40d3675a7cc9684b8ac54b73297a444c64d..0c9abe2f83738923d3e02aa3584e0c07625af7fb 100644 (file)
@@ -2252,7 +2252,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,