projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5d0fa
)
; * lisp/x-dnd.el (x-dnd-get-motif-value): Fix typo.
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 5 Jan 2020 11:22:05 +0000
(12:22 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 5 Jan 2020 11:22:05 +0000
(12:22 +0100)
lisp/x-dnd.el
patch
|
blob
|
history
diff --git
a/lisp/x-dnd.el
b/lisp/x-dnd.el
index 1272225a34f961b5d7c52abb175f2b0621483ea0..4297ef4ed4a4995ae46b274c45688d8830149356 100644
(file)
--- a/
lisp/x-dnd.el
+++ b/
lisp/x-dnd.el
@@
-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)
- (a
ref data (1+ offset
) 16)
+ (a
sh (aref data (1+ offset)
) 16)
(ash (aref data (+ 2 offset)) 8)
(aref data (+ 3 offset)))))))