aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-24 10:31:26 +0000
committerJuanma Barranquero2006-11-24 10:31:26 +0000
commitdb9cd97ad4957831331b4ef2ad79dd20545f67a8 (patch)
tree29dce6da514b72f4b07c088ef228f1cfa148cbb3 /src/keyboard.c
parentac39a725f3f4a7d735c56129fc9d7e51521d1dd0 (diff)
downloademacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.tar.gz
emacs-db9cd97ad4957831331b4ef2ad79dd20545f67a8.zip
Space/tab mixup.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 364fa893539..384fc888e39 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5706,7 +5706,7 @@ make_lispy_event (event)
5706 position = make_lispy_position (f, &event->x, &event->y, 5706 position = make_lispy_position (f, &event->x, &event->y,
5707 event->timestamp); 5707 event->timestamp);
5708 5708
5709 /* Set double or triple modifiers to indicate the wheel speed. */ 5709 /* Set double or triple modifiers to indicate the wheel speed. */
5710 { 5710 {
5711 /* On window-system frames, use the value of 5711 /* On window-system frames, use the value of
5712 double-click-fuzz as is. On other frames, interpret it 5712 double-click-fuzz as is. On other frames, interpret it
@@ -5760,7 +5760,7 @@ make_lispy_event (event)
5760 5760
5761 if (event->modifiers & up_modifier) 5761 if (event->modifiers & up_modifier)
5762 { 5762 {
5763 /* Emit a wheel-up event. */ 5763 /* Emit a wheel-up event. */
5764 event->modifiers &= ~up_modifier; 5764 event->modifiers &= ~up_modifier;
5765 symbol_num = 0; 5765 symbol_num = 0;
5766 } 5766 }
@@ -5775,7 +5775,7 @@ make_lispy_event (event)
5775 the up_modifier set. */ 5775 the up_modifier set. */
5776 abort (); 5776 abort ();
5777 5777
5778 /* Get the symbol we should use for the wheel event. */ 5778 /* Get the symbol we should use for the wheel event. */
5779 head = modify_event_symbol (symbol_num, 5779 head = modify_event_symbol (symbol_num,
5780 event->modifiers, 5780 event->modifiers,
5781 Qmouse_click, 5781 Qmouse_click,