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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse-sel.el [lexbind]
Date: Tue, 14 Oct 2003 19:52:11 -0400

Index: emacs/lisp/mouse-sel.el
diff -c emacs/lisp/mouse-sel.el:1.31.4.1 emacs/lisp/mouse-sel.el:1.31.4.2
*** emacs/lisp/mouse-sel.el:1.31.4.1    Fri Apr  4 01:20:10 2003
--- emacs/lisp/mouse-sel.el     Tue Oct 14 19:51:19 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:
***************
*** 702,705 ****
--- 704,708 ----
  
  (provide 'mouse-sel)
  
+ ;;; arch-tag: 86e6c73f-deaa-48d3-a24e-c565fda1f7d7
  ;;; mouse-sel.el ends here




reply via email to

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