mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
* term/common-win.el (x-select-enable-primary, x-last-selected-text-primary)
(x-last-selected-text-clipboard): Declare.
This commit is contained in:
parent
9019d095df
commit
047a1a4c20
@ -23,6 +23,10 @@
|
||||
|
||||
* subr.el (x-popup-dialog): Declare.
|
||||
|
||||
* term/common-win.el (x-select-enable-primary)
|
||||
(x-last-selected-text-primary, x-last-selected-text-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.
|
||||
|
@ -44,6 +44,10 @@ This variable is not used by the Nextstep port."
|
||||
(defvar ns-last-selected-text) ; ns-win.el
|
||||
(declare-function ns-set-pasteboard "ns-win" (string))
|
||||
|
||||
(defvar x-select-enable-primary) ; x-win.el
|
||||
(defvar x-last-selected-text-primary)
|
||||
(defvar x-last-selected-text-clipboard)
|
||||
|
||||
(defun x-select-text (text)
|
||||
"Select TEXT, a string, according to the window system.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user