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,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse-sel.el,v
Date: Thu, 12 Jun 2008 03:56:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/12 03:56:20

Index: mouse-sel.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse-sel.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- mouse-sel.el        6 May 2008 07:57:44 -0000       1.54
+++ mouse-sel.el        12 Jun 2008 03:56:16 -0000      1.55
@@ -305,6 +305,8 @@
        SELECTION-THING-SYMBOL  = name of variable where the current selection
                                  type for this selection should be stored.")
 
+(declare-function x-select-text "term/x-win" (text &optional push))
+
 (defvar mouse-sel-set-selection-function
   (if (eq mouse-sel-default-bindings 'interprogram-cut-paste)
       'x-set-selection
@@ -321,6 +323,8 @@
 This sets the selection as well as the cut buffer for the older applications,
 unless `mouse-sel-default-bindings' is `interprogram-cut-paste'.")
 
+(declare-function x-cut-buffer-or-selection-value "term/x-win" ())
+
 (defvar mouse-sel-get-selection-function
   (lambda (selection)
     (if (eq selection 'PRIMARY)




reply via email to

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