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
63e88db3
Commit
63e88db3
authored
Jun 10, 2005
by
Kenichi Handa
Browse files
(x-clipboard-yank): Use x-selection-value instead of x-get-selection.
parent
63baed99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/x-win.el
lisp/term/x-win.el
+1
-1
No files found.
lisp/ChangeLog
View file @
63e88db3
2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
* term/x-win.el (x-clipboard-yank): Use x-selection-value instead
of x-get-selection.
2005-06-10 Juanma Barranquero <lekktu@gmail.com>
* comint.el (comint-mode, comint-snapshot-last-prompt):
...
...
lisp/term/x-win.el
View file @
63e88db3
...
...
@@ -2467,7 +2467,7 @@ order until succeed.")
(interactive)
(let ((clipboard-text
(condition-case nil
(x-
get-
selection 'CLIPBOARD)
(x-selection
-value
'CLIPBOARD)
(error nil)))
(x-select-enable-clipboard t))
(if (and clipboard-text (> (length clipboard-text) 0))
...
...
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