emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse-sel.el
Date: Fri, 25 Jul 2003 08:18:46 -0400

Index: emacs/lisp/mouse-sel.el
diff -c emacs/lisp/mouse-sel.el:1.37 emacs/lisp/mouse-sel.el:1.38
*** emacs/lisp/mouse-sel.el:1.37        Tue Feb 18 05:57:39 2003
--- emacs/lisp/mouse-sel.el     Fri Jul 25 08:18:46 2003
***************
*** 313,319 ****
  (defvar mouse-sel-get-selection-function
    (lambda (selection)
      (if (eq selection 'PRIMARY)
!       (or (x-cut-buffer-or-selection-value) x-last-selected-text)
        (x-get-selection selection)))
    "Function to call to get the selection.
  Called with one argument:
--- 313,321 ----
  (defvar mouse-sel-get-selection-function
    (lambda (selection)
      (if (eq selection 'PRIMARY)
!       (or (x-cut-buffer-or-selection-value)
!           (bound-and-true-p x-last-selected-text)
!           (bound-and-true-p x-last-selected-text-primary))
        (x-get-selection selection)))
    "Function to call to get the selection.
  Called with one argument:




reply via email to

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