We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5d0fa commit 9d38564Copy full SHA for 9d38564
lisp/x-dnd.el
@@ -540,7 +540,7 @@ FORMAT is 32 (not used). MESSAGE is the data part of an XClientMessageEvent."
540
(ash (aref data (1+ offset)) 8)
541
(aref data offset))
542
(+ (ash (aref data offset) 24)
543
- (aref data (1+ offset) 16)
+ (ash (aref data (1+ offset)) 16)
544
(ash (aref data (+ 2 offset)) 8)
545
(aref data (+ 3 offset)))))))
546
0 commit comments