diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 3b774ea2753..1d984be4fcc 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -202,7 +202,7 @@ int waiting_for_input; | |||
| 202 | 202 | ||
| 203 | /* True while displaying for echoing. Delays C-g throwing. */ | 203 | /* True while displaying for echoing. Delays C-g throwing. */ |
| 204 | 204 | ||
| 205 | static int echoing; | 205 | int echoing; |
| 206 | 206 | ||
| 207 | /* Non-null means we can start echoing at the next input pause even | 207 | /* Non-null means we can start echoing at the next input pause even |
| 208 | though there is something in the echo area. */ | 208 | though there is something in the echo area. */ |
| @@ -219,7 +219,7 @@ static struct kboard *echo_kboard; | |||
| 219 | /* The buffer used for echoing. Set in echo_now, reset in | 219 | /* The buffer used for echoing. Set in echo_now, reset in |
| 220 | cancel_echoing. */ | 220 | cancel_echoing. */ |
| 221 | 221 | ||
| 222 | static Lisp_Object echo_message_buffer; | 222 | Lisp_Object echo_message_buffer; |
| 223 | 223 | ||
| 224 | /* Nonzero means disregard local maps for the menu bar. */ | 224 | /* Nonzero means disregard local maps for the menu bar. */ |
| 225 | static int inhibit_local_menu_bar_menus; | 225 | static int inhibit_local_menu_bar_menus; |