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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/pc-win.el
Date: Tue, 04 Feb 2003 08:28:07 -0500

Index: emacs/lisp/term/pc-win.el
diff -c emacs/lisp/term/pc-win.el:1.33 emacs/lisp/term/pc-win.el:1.34
*** emacs/lisp/term/pc-win.el:1.33      Fri Jan 25 08:13:02 2002
--- emacs/lisp/term/pc-win.el   Tue Feb  4 08:28:06 2003
***************
*** 181,195 ****
    :group 'killing)
  
  (defun x-select-text (text &optional push)
!   (if x-select-enable-clipboard 
        (w16-set-clipboard-data text))
    (setq x-last-selected-text text))
!     
  ;;; Return the value of the current selection.
  ;;; Consult the selection, then the cut buffer.  Treat empty strings
  ;;; as if they were unset.
  (defun x-get-selection-value ()
!   (if x-select-enable-clipboard 
        (let (text)
        ;; Don't die if x-get-selection signals an error.
        (condition-case c
--- 181,195 ----
    :group 'killing)
  
  (defun x-select-text (text &optional push)
!   (if x-select-enable-clipboard
        (w16-set-clipboard-data text))
    (setq x-last-selected-text text))
! 
  ;;; Return the value of the current selection.
  ;;; Consult the selection, then the cut buffer.  Treat empty strings
  ;;; as if they were unset.
  (defun x-get-selection-value ()
!   (if x-select-enable-clipboard
        (let (text)
        ;; Don't die if x-get-selection signals an error.
        (condition-case c




reply via email to

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