emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el,v
Date: Thu, 14 Jun 2007 00:12:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/14 00:12:32

Index: mac-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/mac-win.el,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- mac-win.el  7 May 2007 08:05:33 -0000       1.89
+++ mac-win.el  14 Jun 2007 00:12:32 -0000      1.90
@@ -2252,7 +2252,7 @@
         (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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]