From 7a8e04f79efdefcb3eb7cb2cf5dbb454a78cf24e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 2 Jul 2011 19:40:04 -0400 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index cb5d3bacba5..8b4029bd7b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-02 Chong Yidong + + * keyboard.c (command_loop_1): If a down-mouse event is unbound, + leave any prefix arg for the up event (Bug#1586). + 2011-07-02 Lars Magne Ingebrigtsen * lread.c (syms_of_lread): Mention single symbols defined by -- cgit v1.2.1