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/w32-win.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Mon, 01 Aug 2005 11:44:25 -0400

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.70 emacs/lisp/term/w32-win.el:1.71
*** emacs/lisp/term/w32-win.el:1.70     Mon Jul  4 16:49:23 2005
--- emacs/lisp/term/w32-win.el  Mon Aug  1 15:44:22 2005
***************
*** 1,6 ****
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994, 2003, 2005  Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
--- 1,7 ----
  ;;; w32-win.el --- parse switches controlling interface with W32 window system
  
! ;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: Kevin Gallo
  ;; Keywords: terminals
***************
*** 108,115 ****
           (y (cdr coords)))
        (if (and (> x 0) (> y 0))
          (set-frame-selected-window nil window))
!       (mapcar (lambda (file-name) 
!               (dnd-handle-one-url window 'private 
                                    (concat "file:" file-name)))
                (car (cdr (cdr event)))))
    (raise-frame)))
--- 109,116 ----
           (y (cdr coords)))
        (if (and (> x 0) (> y 0))
          (set-frame-selected-window nil window))
!       (mapcar (lambda (file-name)
!               (dnd-handle-one-url window 'private
                                    (concat "file:" file-name)))
                (car (cdr (cdr event)))))
    (raise-frame)))




reply via email to

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