comparison src/keyboard.c @ 43024:7b45dfaa39cd

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 31 Jan 2002 06:57:08 +0000
parents f3c633e890e1
children 9472d3bc920c
comparison
equal deleted inserted replaced
43023:44cc2669551f 43024:7b45dfaa39cd
9142 i = read_key_sequence (keybuf, (sizeof keybuf/sizeof (keybuf[0])), 9142 i = read_key_sequence (keybuf, (sizeof keybuf/sizeof (keybuf[0])),
9143 prompt, ! NILP (dont_downcase_last), 9143 prompt, ! NILP (dont_downcase_last),
9144 ! NILP (can_return_switch_frame), 0); 9144 ! NILP (can_return_switch_frame), 0);
9145 9145
9146 #if 0 /* The following is fine for code reading a key sequence and 9146 #if 0 /* The following is fine for code reading a key sequence and
9147 then proceeding with a lenghty compuation, but it's not good 9147 then proceeding with a lenghty computation, but it's not good
9148 for code reading keys in a loop, like an input method. */ 9148 for code reading keys in a loop, like an input method. */
9149 #ifdef HAVE_X_WINDOWS 9149 #ifdef HAVE_X_WINDOWS
9150 if (display_hourglass_p) 9150 if (display_hourglass_p)
9151 start_hourglass (); 9151 start_hourglass ();
9152 #endif 9152 #endif