emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lselect.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lselect.el
Date: Sat, 06 Aug 2005 13:09:17 -0400

Index: emacs/lisp/emacs-lisp/lselect.el
diff -c emacs/lisp/emacs-lisp/lselect.el:1.10 
emacs/lisp/emacs-lisp/lselect.el:1.11
*** emacs/lisp/emacs-lisp/lselect.el:1.10       Mon Jul  4 17:33:35 2005
--- emacs/lisp/emacs-lisp/lselect.el    Sat Aug  6 17:08:59 2005
***************
*** 1,6 ****
  ;;; lselect.el --- Lucid interface to X Selections
  
! ;; Copyright (C) 1990, 1993, 2004  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: emulations
--- 1,7 ----
  ;;; lselect.el --- Lucid interface to X Selections
  
! ;; Copyright (C) 1990, 1993, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: emulations
***************
*** 101,109 ****
  
  
  (defun x-own-selection (selection &optional type)
!   "Make a primary X Selection of the given argument.  
! The argument may be a string, a cons of two markers, or an extent.  
! In the latter cases the selection is considered to be the text 
  between the markers, or the between extents endpoints."
    (interactive (if (not current-prefix-arg)
                   (list (read-string "Store text for pasting: "))
--- 102,110 ----
  
  
  (defun x-own-selection (selection &optional type)
!   "Make a primary X Selection of the given argument.
! The argument may be a string, a cons of two markers, or an extent.
! In the latter cases the selection is considered to be the text
  between the markers, or the between extents endpoints."
    (interactive (if (not current-prefix-arg)
                   (list (read-string "Store text for pasting: "))
***************
*** 124,130 ****
  
  
  (defun x-own-secondary-selection (selection &optional type)
!   "Make a secondary X Selection of the given argument.  The argument may be a 
  string or a cons of two markers (in which case the selection is considered to
  be the text between those markers.)"
    (interactive (if (not current-prefix-arg)
--- 125,131 ----
  
  
  (defun x-own-secondary-selection (selection &optional type)
!   "Make a secondary X Selection of the given argument.  The argument may be a
  string or a cons of two markers (in which case the selection is considered to
  be the text between those markers.)"
    (interactive (if (not current-prefix-arg)
***************
*** 182,188 ****
  ;; Random utility functions
  
  (defun x-kill-primary-selection ()
!   "If there is a selection, delete the text it covers, and copy it to 
  both the kill ring and the Clipboard."
    (interactive)
    (or (x-selection-owner-p) (error "emacs does not own the primary 
selection"))
--- 183,189 ----
  ;; Random utility functions
  
  (defun x-kill-primary-selection ()
!   "If there is a selection, delete the text it covers, and copy it to
  both the kill ring and the Clipboard."
    (interactive)
    (or (x-selection-owner-p) (error "emacs does not own the primary 
selection"))




reply via email to

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