emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114355: * term/x-win.el (x-select-enable-clipboard)


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114355: * term/x-win.el (x-select-enable-clipboard): Declare.
Date: Wed, 18 Sep 2013 04:30:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114355
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 21:30:33 -0700
message:
  * term/x-win.el (x-select-enable-clipboard): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/term/x-win.el             xwin.el-20091113204419-o5vbwnq5f7feedwu-113
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-18 04:28:57 +0000
+++ b/lisp/ChangeLog    2013-09-18 04:30:33 +0000
@@ -27,6 +27,8 @@
        (x-last-selected-text-primary, x-last-selected-text-clipboard):
        Declare.
 
+       * term/x-win.el (x-select-enable-clipboard): Declare.
+
        * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
        (fit-frame-to-buffer): Explicit error if --without-x.
        (mouse-autoselect-window-select): Silence compiler.

=== modified file 'lisp/term/x-win.el'
--- a/lisp/term/x-win.el        2013-08-08 23:59:14 +0000
+++ b/lisp/term/x-win.el        2013-09-18 04:30:33 +0000
@@ -1217,6 +1217,8 @@
        (remove-text-properties 0 (length text) '(foreign-selection nil) text))
     text))
 
+(defvar x-select-enable-clipboard)     ; common-win
+
 ;; Return the value of the current X selection.
 ;; Consult the selection.  Treat empty strings as if they were unset.
 ;; If this function is called twice and finds the same text,


reply via email to

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