]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xselect.c (x_handle_selection_request): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Sat, 12 Nov 2022 07:51:02 +0000 (15:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 12 Nov 2022 11:01:30 +0000 (19:01 +0800)
src/xselect.c

index b897894e8e0b39ed06302749da4787bd31bd3299..9480ac18c1f6d028d3be0009b0b226bb48b947c8 100644 (file)
@@ -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,