From 2dde79d898037f3d48f73ce10bd17d827b2a9961 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 14 Jun 2007 00:13:11 +0000 Subject: [PATCH] (mac-dnd-drop-data): Remove redundant check. --- lisp/ChangeLog | 10 ++++++++++ lisp/term/mac-win.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ee072eca720..cfe2b2ee82d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-06-14 Juanma Barranquero + + * 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 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 6370b40d367..0c9abe2f837 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -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, -- 2.39.2