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


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

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.




reply via email to

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