diff src/keyboard.c @ 74145:8eceefbbcde7

Space/tab mixup.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Nov 2006 10:31:26 +0000
parents 346f9b4afa15
children 1fb529de23b7 c71725faff1a
line wrap: on
line diff
--- a/src/keyboard.c	Fri Nov 24 10:28:38 2006 +0000
+++ b/src/keyboard.c	Fri Nov 24 10:31:26 2006 +0000
@@ -5706,7 +5706,7 @@
 	position = make_lispy_position (f, &event->x, &event->y,
 					event->timestamp);
 
-	/* Set double or triple modifiers to indicate the wheel speed.	*/
+	/* Set double or triple modifiers to indicate the wheel speed.  */
 	{
 	  /* On window-system frames, use the value of
 	     double-click-fuzz as is.  On other frames, interpret it
@@ -5760,7 +5760,7 @@
 
 	  if (event->modifiers & up_modifier)
 	    {
-	      /* Emit a wheel-up event.	 */
+	      /* Emit a wheel-up event.  */
 	      event->modifiers &= ~up_modifier;
 	      symbol_num = 0;
 	    }
@@ -5775,7 +5775,7 @@
 	       the up_modifier set.  */
 	    abort ();
 
-	  /* Get the symbol we should use for the wheel event.	*/
+	  /* Get the symbol we should use for the wheel event.  */
 	  head = modify_event_symbol (symbol_num,
 				      event->modifiers,
 				      Qmouse_click,