projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c6bc7
)
; * src/xselect.c (x_handle_selection_request): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Sat, 12 Nov 2022 07:51:02 +0000
(15:51 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 12 Nov 2022 11:01:30 +0000
(19:01 +0800)
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index b897894e8e0b39ed06302749da4787bd31bd3299..9480ac18c1f6d028d3be0009b0b226bb48b947c8 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-923,7
+923,7
@@
x_handle_selection_request (struct selection_input_event *event)
the parameters to a MULTIPLE are ATOM_PAIRs. */
if (cs.type == XA_ATOM)
- cs.type = dpyinfo->
dpyinfo->
Xatom_ATOM_PAIR;
+ cs.type = dpyinfo->Xatom_ATOM_PAIR;
XChangeProperty (dpyinfo->display, requestor, property,
cs.type, cs.format, PropModeReplace,