]> git.eshelyaron.com Git - emacs.git/commit
Fix corner case in prefix-arg handling for mouse events (Bug#1586).
authorChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jul 2011 23:40:04 +0000 (19:40 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 2 Jul 2011 23:40:04 +0000 (19:40 -0400)
commit7a8e04f79efdefcb3eb7cb2cf5dbb454a78cf24e
tree06539b2037155e83e91bc1c49f6a997662c690ab
parent83319045a48fbe15d9223056435c72ee5172bc2b
Fix corner case in prefix-arg handling for mouse events (Bug#1586).

* src/keyboard.c (command_loop_1): If a down-mouse event is unbound,
leave any prefix arg for the up event.
src/ChangeLog
src/keyboard.c