Skip to content

Commit 9d38564

Browse files
committed
; * lisp/x-dnd.el (x-dnd-get-motif-value): Fix typo.
1 parent 2d5d0fa commit 9d38564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/x-dnd.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ FORMAT is 32 (not used). MESSAGE is the data part of an XClientMessageEvent."
540540
(ash (aref data (1+ offset)) 8)
541541
(aref data offset))
542542
(+ (ash (aref data offset) 24)
543-
(aref data (1+ offset) 16)
543+
(ash (aref data (1+ offset)) 16)
544544
(ash (aref data (+ 2 offset)) 8)
545545
(aref data (+ 3 offset)))))))
546546

0 commit comments

Comments
 (0)