]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/x-dnd.el (x-dnd-get-motif-value): Fix typo.
authorMattias Engdegård <mattiase@acm.org>
Sun, 5 Jan 2020 11:22:05 +0000 (12:22 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 5 Jan 2020 11:22:05 +0000 (12:22 +0100)
lisp/x-dnd.el

index 1272225a34f961b5d7c52abb175f2b0621483ea0..4297ef4ed4a4995ae46b274c45688d8830149356 100644 (file)
@@ -540,7 +540,7 @@ FORMAT is 32 (not used).  MESSAGE is the data part of an XClientMessageEvent."
                (ash (aref data (1+ offset)) 8)
                (aref data offset))
           (+ (ash (aref data offset) 24)
-             (aref data (1+ offset) 16)
+             (ash (aref data (1+ offset)) 16)
              (ash (aref data (+ 2 offset)) 8)
              (aref data (+ 3 offset)))))))