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
0e2f4e59
Commit
0e2f4e59
authored
May 24, 1993
by
Richard M. Stallman
Browse files
(x-select-text): New arg PUSH.
parent
39479f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/x-win.el
lisp/term/x-win.el
+2
-2
No files found.
lisp/term/x-win.el
View file @
0e2f4e59
...
...
@@ -469,8 +469,8 @@ This returns ARGS with the arguments that have been processed removed."
;;; have a window on a copy of the kill-ring.
;;; Also, set the value of X cut buffer 0, for backward compatibility
;;; with older X applications.
(
defun
x-select-text
(
text
)
(
x-set-cut-buffer
text
)
(
defun
x-select-text
(
text
&optional
push
)
(
x-set-cut-buffer
text
push
)
(
x-set-selection
'CLIPBOARD
text
)
(
x-set-selection
'PRIMARY
text
)
(
setq
x-last-selected-text
text
))
...
...
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