Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.179 emacs/lisp/term/x-win.el:1.180
*** emacs/lisp/term/x-win.el:1.179      Mon Jul  4 16:49:23 2005
--- emacs/lisp/term/x-win.el    Mon Aug  1 15:44:22 2005
***************
*** 1,6 ****
  ;;; x-win.el --- parse relevant switches and set up for X  -*-coding: 
iso-2022-7bit;-*-
  
! ;; Copyright (C) 1993, 1994, 2001, 2002, 2005 Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals, i18n
--- 1,7 ----
  ;;; x-win.el --- parse relevant switches and set up for X  -*-coding: 
iso-2022-7bit;-*-
  
! ;; Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals, i18n
***************
*** 2242,2248 ****
      (if text
        (remove-text-properties 0 (length text) '(foreign-selection nil) text))
      text))
!       
  ;;; Return the value of the current X selection.
  ;;; Consult the selection, and the cut buffer.  Treat empty strings
  ;;; as if they were unset.
--- 2243,2249 ----
      (if text
        (remove-text-properties 0 (length text) '(foreign-selection nil) text))
      text))
! 
  ;;; Return the value of the current X selection.
  ;;; Consult the selection, and the cut buffer.  Treat empty strings
  ;;; as if they were unset.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to