Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c2649d3f
Commit
c2649d3f
authored
Nov 22, 2007
by
Juanma Barranquero
Browse files
(x-get-cut-buffer-internal, x-rotate-cut-buffers-internal,
x-store-cut-buffer-internal): Declare as functions.
parent
f464330b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/select.el
lisp/select.el
+5
-0
No files found.
lisp/select.el
View file @
c2649d3f
...
...
@@ -125,6 +125,8 @@ prefix argument, it uses the text of the region as the selection value ."
;;; Cut Buffer support
(
declare-function
x-get-cut-buffer-internal
"xselect.c"
)
(
defun
x-get-cut-buffer
(
&optional
which-one
)
"Returns the value of one of the 8 X server cut-buffers.
Optional arg WHICH-ONE should be a number from 0 to 7, defaulting to 0.
...
...
@@ -136,6 +138,9 @@ Cut buffers are considered obsolete; you should use selections instead."
which-one
)
'CUT_BUFFER0
)))
(
declare-function
x-rotate-cut-buffers-internal
"xselect.c"
)
(
declare-function
x-store-cut-buffer-internal
"xselect.c"
)
(
defun
x-set-cut-buffer
(
string
&optional
push
)
"Store STRING into the X server's primary cut buffer.
If PUSH is non-nil, also rotate the cut buffers:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment